#3252AB

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

Shades of Cerulean Blue #3252AB

Tints of Cerulean Blue #3252AB

Color information

#3252AB (or 0x3252AB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 52 and AB. RGB value is (50,82,171). Sum of RGB (Red+Green+Blue) = 50+82+171=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #3252AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3252AB is #CDAD54. Grayscale: #525252. Windows color (decimal): -13479253 or 11227698. OLE color: 11227698.

HSL color Cylindrical-coordinate representation of color #3252AB: hue angle of 224.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3252AB is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5082171-
CMYK0.710.5200.33
HSL224.13º54.75%43.33%-
HSV(B)224.13º70.76%67.06%-
XYZ11.689.6539.78-
YUV82.58177.9104.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=16.50%
G=27.06%
B=56.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50821710.710.5200.33224.1354.7543.33
Hex3252AB4734021e0372b
Octal62122253107640413406753
Binary1100101010010101010111000111110100010000111100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3252AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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