Shades of Cerulean Blue #3257B3
Tints of Cerulean Blue #3257B3
RGB
CMYK
RGB Variations
Color information
#3257B3 (or 0x3257B3) is known color: Cerulean Blue. HEX triplet: 32, 57 and B3. RGB value is (50,87,179). Sum of RGB (Red+Green+Blue) = 50+87+179=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #3257B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257B3 is #CDA84C. Grayscale: #565656. Windows color (decimal): -13477965 or 11753266. OLE color: 11753266.
HSL color Cylindrical-coordinate representation of color #3257B3: hue angle of 222.79º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3257B3 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 87 | 179 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.30 |
| HSL | 222.79º | 0.56% | 0.45% | - |
| HSV(B) | 222.79º | 0.72% | 0.7% | - |
| XYZ | 12.86 | 10.75 | 44.04 | - |
| YUV | 86.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 179 | 0.72 | 0.51 | 0 | 0.30 | 222.79 | 0.56 | 0.45 |
| Hex | 32 | 57 | B3 | 48 | 33 | 0 | 1E | DF | 38 | 2D |
| Octal | 62 | 127 | 263 | 110 | 63 | 0 | 36 | 337 | 70 | 55 |
| Binary | 110010 | 1010111 | 10110011 | 1001000 | 110011 | 0 | 11110 | 11011111 | 111000 | 101101 |
Color Harmonies of #3257B3
Complementary color
Monochromatic Colors of #3257B3
Black with #3257B3
Text Example
Text Example
White with #3257B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3257B3; }
p { color: rgb(50,87,179); }
H1.HeaderClassName
{
color: #3257B3;
}
.AnyTagClassName
{
color: #3257B3;
}
</style>
background-color css
<style>
a { background-color: #3257B3; }
a { background-color: rgb(50,87,179); }
div.DivClassName
{
background-color: #3257B3;
}
.BgClassName
{
background-color: #3257B3;
}
</style>
border-color css
<style>
span { border-color: #3257B3; }
span { border-color: rgb(50,87,179); }
td.TdClassName
{
border-color: #3257B3;
}
.TagClassName
{
border-color: #3257B3;
}
</style>