#3642AE

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

Shades of Cerulean Blue #3642AE

Tints of Cerulean Blue #3642AE

Color information

#3642AE (or 0x3642AE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 42 and AE. RGB value is (54,66,174). Sum of RGB (Red+Green+Blue) = 54+66+174=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #3642AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3642AE is #C9BD51. Grayscale: #4A4A4A. Windows color (decimal): -13221202 or 11420214. OLE color: 11420214.

HSL color Cylindrical-coordinate representation of color #3642AE: hue angle of 234º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3642AE is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5466174-
CMYK0.690.6200.32
HSL234º52.63%44.71%-
HSV(B)234º68.97%68.24%-
XYZ11.117.7440.95-
YUV74.72184.02113.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=18.37%
G=22.45%
B=59.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54661740.690.6200.3223452.6344.71
Hex3642AE453E020ea352d
Octal66102256105760403526555
Binary1101101000010101011101000101111110010000011101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3642AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3642AE; }

 p { color: rgb(54,66,174); }

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

<style>
 a { background-color: #3642AE; }

 a { background-color: rgb(54,66,174); }

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

<style>
 span { border-color: #3642AE; }

 span { border-color: rgb(54,66,174); }

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