#3642B4

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

Shades of Cerulean Blue #3642B4

Tints of Cerulean Blue #3642B4

Color information

#3642B4 (or 0x3642B4) is unknown color: approx Cerulean Blue. HEX triplet: 36, 42 and B4. RGB value is (54,66,180). Sum of RGB (Red+Green+Blue) = 54+66+180=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #3642B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3642B4 is #C9BD4B. Grayscale: #4A4A4A. Windows color (decimal): -13221196 or 11813430. OLE color: 11813430.

HSL color Cylindrical-coordinate representation of color #3642B4: hue angle of 234.29º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3642B4 is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5466180-
CMYK0.70.6300.29
HSL234.29º53.85%45.88%-
HSV(B)234.29º70%70.59%-
XYZ11.717.9844.1-
YUV75.41187.02112.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 180 (70.70% from 255) = 60%
R=18%
G=22%
B=60%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54661800.70.6300.29234.2953.8545.88
Hex3642B4463F01Dea362e
Octal66102264106770353526656
Binary110110100001010110100100011011111101110111101010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3642B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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