#3252b5

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

Shades of Cerulean Blue #3252B5

Tints of Cerulean Blue #3252B5

Color information

#3252B5 (or 0x3252B5) is unknown color: approx Cerulean Blue. HEX triplet: 32, 52 and B5. RGB value is (50,82,181). Sum of RGB (Red+Green+Blue) = 50+82+181=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #3252B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3252B5 is #CDAD4A. Grayscale: #535353. Windows color (decimal): -13479243 or 11883058. OLE color: 11883058.

HSL color Cylindrical-coordinate representation of color #3252B5: hue angle of 225.34º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3252B5 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5082181-
CMYK0.720.5500.29
HSL225.34º56.71%45.29%-
HSV(B)225.34º72.38%70.98%-
XYZ12.6710.0544.99-
YUV83.72182.9103.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 181 (71.09% from 255) = 57.83%
R=15.97%
G=26.20%
B=57.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50821810.720.5500.29225.3456.7145.29
Hex3252B5483701De1392d
Octal62122265110670353417155
Binary110010101001010110101100100011011101110111100001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3252b5; }

 p { color: rgb(50,82,181); }

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

<style>
 a { background-color: #3252b5; }

 a { background-color: rgb(50,82,181); }

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

<style>
 span { border-color: #3252b5; }

 span { border-color: rgb(50,82,181); }

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