Shades of Cerulean Blue #3245CB
Tints of Cerulean Blue #3245CB
RGB
CMYK
RGB Variations
Color information
#3245CB (or 0x3245CB) is known color: Cerulean Blue. HEX triplet: 32, 45 and CB. RGB value is (50,69,203). Sum of RGB (Red+Green+Blue) = 50+69+203=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #3245CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245CB is #CDBA34. Grayscale: #4E4E4E. Windows color (decimal): -13482549 or 13321522. OLE color: 13321522.
HSL color Cylindrical-coordinate representation of color #3245CB: hue angle of 232.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3245CB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 69 | 203 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.20 |
| HSL | 232.55º | 0.6% | 0.5% | - |
| HSV(B) | 232.55º | 0.75% | 0.8% | - |
| XYZ | 14.22 | 9.25 | 57.53 | - |
| YUV | 78.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 203 | 0.75 | 0.66 | 0 | 0.20 | 232.55 | 0.6 | 0.5 |
| Hex | 32 | 45 | CB | 4B | 42 | 0 | 14 | E9 | 3C | 32 |
| Octal | 62 | 105 | 313 | 113 | 102 | 0 | 24 | 351 | 74 | 62 |
| Binary | 110010 | 1000101 | 11001011 | 1001011 | 1000010 | 0 | 10100 | 11101001 | 111100 | 110010 |
Color Harmonies of #3245CB
Complementary color
Monochromatic Colors of #3245CB
Black with #3245CB
Text Example
Text Example
White with #3245CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245CB; }
p { color: rgb(50,69,203); }
H1.HeaderClassName
{
color: #3245CB;
}
.AnyTagClassName
{
color: #3245CB;
}
</style>
background-color css
<style>
a { background-color: #3245CB; }
a { background-color: rgb(50,69,203); }
div.DivClassName
{
background-color: #3245CB;
}
.BgClassName
{
background-color: #3245CB;
}
</style>
border-color css
<style>
span { border-color: #3245CB; }
span { border-color: rgb(50,69,203); }
td.TdClassName
{
border-color: #3245CB;
}
.TagClassName
{
border-color: #3245CB;
}
</style>