#3257B0

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

Shades of Cerulean Blue #3257B0

Tints of Cerulean Blue #3257B0

Color information

#3257B0 (or 0x3257B0) is unknown color: approx Cerulean Blue. HEX triplet: 32, 57 and B0. RGB value is (50,87,176). Sum of RGB (Red+Green+Blue) = 50+87+176=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #3257B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3257B0 is #CDA84F. Grayscale: #555555. Windows color (decimal): -13477968 or 11556658. OLE color: 11556658.

HSL color Cylindrical-coordinate representation of color #3257B0: hue angle of 222.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3257B0 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5087176-
CMYK0.720.5100.31
HSL222.38º55.75%44.31%-
HSV(B)222.38º71.59%69.02%-
XYZ12.5610.6342.46-
YUV86.08178.74102.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 176 (69.14% from 255) = 56.23%
R=15.97%
G=27.80%
B=56.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50871760.720.5100.31222.3855.7544.31
Hex3257B0483301Fde382c
Octal62127260110630373367054
Binary110010101011110110000100100011001101111111011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3257B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3257B0; }

 p { color: rgb(50,87,176); }

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

<style>
 a { background-color: #3257B0; }

 a { background-color: rgb(50,87,176); }

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

<style>
 span { border-color: #3257B0; }

 span { border-color: rgb(50,87,176); }

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