#3257C6

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

Shades of Cerulean Blue #3257C6

Tints of Cerulean Blue #3257C6

Color information

#3257C6 (or 0x3257C6) is unknown color: approx Cerulean Blue. HEX triplet: 32, 57 and C6. RGB value is (50,87,198). Sum of RGB (Red+Green+Blue) = 50+87+198=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #3257C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257C6 is #CDA839. Grayscale: #585858. Windows color (decimal): -13477946 or 12998450. OLE color: 12998450.

HSL color Cylindrical-coordinate representation of color #3257C6: hue angle of 225º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3257C6 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5087198-
CMYK0.750.5600.22
HSL225º59.68%48.63%-
HSV(B)225º74.75%77.65%-
XYZ14.9211.5754.87-
YUV88.59189.74100.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=14.93%
G=25.97%
B=59.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50871980.750.5600.2222559.6848.63
Hex3257C64B38016e13c31
Octal62127306113700263417461
Binary110010101011111000110100101111100001011011100001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3257C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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