#3640B6

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

Shades of Cerulean Blue #3640B6

Tints of Cerulean Blue #3640B6

Color information

#3640B6 (or 0x3640B6) is unknown color: approx Cerulean Blue. HEX triplet: 36, 40 and B6. RGB value is (54,64,182). Sum of RGB (Red+Green+Blue) = 54+64+182=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #3640B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640B6 is #C9BF49. Grayscale: #494949. Windows color (decimal): -13221706 or 11943990. OLE color: 11943990.

HSL color Cylindrical-coordinate representation of color #3640B6: hue angle of 235.31º 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 #3640B6 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5464182-
CMYK0.700.6500.29
HSL235.31º54.24%46.27%-
HSV(B)235.31º70.33%71.37%-
XYZ11.87.8345.15-
YUV74.46188.69113.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 182 (71.48% from 255) = 60.67%
R=18%
G=21.33%
B=60.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54641820.700.6500.29235.3154.2446.27
Hex3640B6464101Deb362e
Octal661002661061010353536656
Binary1101101000000101101101000110100000101110111101011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3640B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3640B6; }

 p { color: rgb(54,64,182); }

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

<style>
 a { background-color: #3640B6; }

 a { background-color: rgb(54,64,182); }

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

<style>
 span { border-color: #3640B6; }

 span { border-color: rgb(54,64,182); }

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