#3652BE

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

Shades of Cerulean Blue #3652BE

Tints of Cerulean Blue #3652BE

Color information

#3652BE (or 0x3652BE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 52 and BE. RGB value is (54,82,190). Sum of RGB (Red+Green+Blue) = 54+82+190=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #3652BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3652BE is #C9AD41. Grayscale: #555555. Windows color (decimal): -13217090 or 12472886. OLE color: 12472886.

HSL color Cylindrical-coordinate representation of color #3652BE: hue angle of 227.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3652BE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5482190-
CMYK0.720.5700.25
HSL227.65º55.74%47.84%-
HSV(B)227.65º71.58%74.51%-
XYZ13.8310.5450.02-
YUV85.94186.72105.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.56%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=16.56%
G=25.15%
B=58.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54821900.720.5700.25227.6555.7447.84
Hex3652BE4839019e43830
Octal66122276110710313447060
Binary110110101001010111110100100011100101100111100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3652BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3652BE; }

 p { color: rgb(54,82,190); }

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

<style>
 a { background-color: #3652BE; }

 a { background-color: rgb(54,82,190); }

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

<style>
 span { border-color: #3652BE; }

 span { border-color: rgb(54,82,190); }

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