#3342A9

Color #3342A9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3342A9

Tints of Cerulean Blue #3342A9

Color information

#3342A9 (or 0x3342A9) is unknown color: approx Cerulean Blue. HEX triplet: 33, 42 and A9. RGB value is (51,66,169). Sum of RGB (Red+Green+Blue) = 51+66+169=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #3342A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3342A9 is #CCBD56. Grayscale: #484848. Windows color (decimal): -13417815 or 11092531. OLE color: 11092531.

HSL color Cylindrical-coordinate representation of color #3342A9: hue angle of 232.37º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3342A9 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5166169-
CMYK0.700.6100.34
HSL232.37º53.64%43.14%-
HSV(B)232.37º69.82%66.27%-
XYZ10.477.4638.42-
YUV73.26182.03112.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=17.83%
G=23.08%
B=59.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51661690.700.6100.34232.3753.6443.14
Hex3342A9463D022e8362b
Octal63102251106750423506653
Binary1100111000010101010011000110111101010001011101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3342A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3342A9; }

 p { color: rgb(51,66,169); }

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

<style>
 a { background-color: #3342A9; }

 a { background-color: rgb(51,66,169); }

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

<style>
 span { border-color: #3342A9; }

 span { border-color: rgb(51,66,169); }

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