#3542A6

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

Shades of Cerulean Blue #3542A6

Tints of Cerulean Blue #3542A6

Color information

#3542A6 (or 0x3542A6) is unknown color: approx Cerulean Blue. HEX triplet: 35, 42 and A6. RGB value is (53,66,166). Sum of RGB (Red+Green+Blue) = 53+66+166=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #3542A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3542A6 is #CABD59. Grayscale: #494949. Windows color (decimal): -13286746 or 10895925. OLE color: 10895925.

HSL color Cylindrical-coordinate representation of color #3542A6: hue angle of 233.1º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3542A6 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5366166-
CMYK0.680.6000.35
HSL233.1º51.6%42.94%-
HSV(B)233.1º68.07%65.1%-
XYZ10.37.4136.96-
YUV73.51180.19113.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=18.60%
G=23.16%
B=58.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53661660.680.6000.35233.151.642.94
Hex3542A6443C023e9342b
Octal65102246104740433516453
Binary1101011000010101001101000100111100010001111101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3542A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3542A6; }

 p { color: rgb(53,66,166); }

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

<style>
 a { background-color: #3542A6; }

 a { background-color: rgb(53,66,166); }

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

<style>
 span { border-color: #3542A6; }

 span { border-color: rgb(53,66,166); }

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