#3251AB

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

Shades of Cerulean Blue #3251AB

Tints of Cerulean Blue #3251AB

Color information

#3251AB (or 0x3251AB) is unknown color: approx Cerulean Blue. HEX triplet: 32, 51 and AB. RGB value is (50,81,171). Sum of RGB (Red+Green+Blue) = 50+81+171=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #3251AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3251AB is #CDAE54. Grayscale: #515151. Windows color (decimal): -13479509 or 11227442. OLE color: 11227442.

HSL color Cylindrical-coordinate representation of color #3251AB: hue angle of 224.63º 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 #3251AB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5081171-
CMYK0.710.5300.33
HSL224.63º54.75%43.33%-
HSV(B)224.63º70.76%67.06%-
XYZ11.619.539.75-
YUV81.99178.23105.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=16.56%
G=26.82%
B=56.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50811710.710.5300.33224.6354.7543.33
Hex3251AB4735021e1372b
Octal62121253107650413416753
Binary1100101010001101010111000111110101010000111100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3251AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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