#3417AA

Color #3417AA Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3417AA

Tints of Ultramarine #3417AA

Color information

#3417AA (or 0x3417AA) is unknown color: approx Ultramarine. HEX triplet: 34, 17 and AA. RGB value is (52,23,170). Sum of RGB (Red+Green+Blue) = 52+23+170=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3417AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3417AA is #CBE855. Grayscale: #2F2F2F. Windows color (decimal): -13363286 or 11147060. OLE color: 11147060.

HSL color Cylindrical-coordinate representation of color #3417AA: hue angle of 251.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3417AA is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5223170-
CMYK0.690.8600.33
HSL251.84º76.17%37.84%-
HSV(B)251.84º86.47%66.67%-
XYZ8.984.2538.38-
YUV48.43196.61130.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=21.22%
G=9.39%
B=69.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52231700.690.8600.33251.8476.1737.84
Hex3417AA4556021fc4c26
Octal642725210512604137411446
Binary1101001011110101010100010110101100100001111111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3417AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3417AA; }

 p { color: rgb(52,23,170); }

 H1.HeaderClassName
 {
   color: #3417AA;
 }
 .AnyTagClassName
 {
   color: #3417AA;
 }
</style>
background-color css

<style>
 a { background-color: #3417AA; }

 a { background-color: rgb(52,23,170); }

 div.DivClassName
 {
   background-color: #3417AA;
 }
 .BgClassName
 {
   background-color: #3417AA;
 }
</style>
border-color css

<style>
 span { border-color: #3417AA; }

 span { border-color: rgb(52,23,170); }

 td.TdClassName
 {
   border-color: #3417AA;
 }
 .TagClassName
 {
   border-color: #3417AA;
 }
</style>