#3252BA

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

Shades of Cerulean Blue #3252BA

Tints of Cerulean Blue #3252BA

Color information

#3252BA (or 0x3252BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 52 and BA. RGB value is (50,82,186). Sum of RGB (Red+Green+Blue) = 50+82+186=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #3252BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3252BA is #CDAD45. Grayscale: #535353. Windows color (decimal): -13479238 or 12210738. OLE color: 12210738.

HSL color Cylindrical-coordinate representation of color #3252BA: hue angle of 225.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3252BA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5082186-
CMYK0.730.5600.27
HSL225.88º57.63%46.27%-
HSV(B)225.88º73.12%72.94%-
XYZ13.210.2647.74-
YUV84.29185.4103.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 186 (73.05% from 255) = 58.49%
R=15.72%
G=25.79%
B=58.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50821860.730.5600.27225.8857.6346.27
Hex3252BA493801Be23a2e
Octal62122272111700333427256
Binary110010101001010111010100100111100001101111100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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