Shades of Cerulean Blue #3245C9
Tints of Cerulean Blue #3245C9
RGB
CMYK
RGB Variations
Color information
#3245C9 (or 0x3245C9) is known color: Cerulean Blue. HEX triplet: 32, 45 and C9. RGB value is (50,69,201). Sum of RGB (Red+Green+Blue) = 50+69+201=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #3245C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3245C9 is #CDBA36. Grayscale: #4D4D4D. Windows color (decimal): -13482551 or 13190450. OLE color: 13190450.
HSL color Cylindrical-coordinate representation of color #3245C9: hue angle of 232.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3245C9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 69 | 201 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.21 |
| HSL | 232.45º | 0.6% | 0.49% | - |
| HSV(B) | 232.45º | 0.75% | 0.79% | - |
| XYZ | 13.99 | 9.15 | 56.29 | - |
| YUV | 78.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 201 | 0.75 | 0.66 | 0 | 0.21 | 232.45 | 0.6 | 0.49 |
| Hex | 32 | 45 | C9 | 4B | 42 | 0 | 15 | E8 | 3C | 31 |
| Octal | 62 | 105 | 311 | 113 | 102 | 0 | 25 | 350 | 74 | 61 |
| Binary | 110010 | 1000101 | 11001001 | 1001011 | 1000010 | 0 | 10101 | 11101000 | 111100 | 110001 |
Color Harmonies of #3245C9
Complementary color
Monochromatic Colors of #3245C9
Black with #3245C9
Text Example
Text Example
White with #3245C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245C9; }
p { color: rgb(50,69,201); }
H1.HeaderClassName
{
color: #3245C9;
}
.AnyTagClassName
{
color: #3245C9;
}
</style>
background-color css
<style>
a { background-color: #3245C9; }
a { background-color: rgb(50,69,201); }
div.DivClassName
{
background-color: #3245C9;
}
.BgClassName
{
background-color: #3245C9;
}
</style>
border-color css
<style>
span { border-color: #3245C9; }
span { border-color: rgb(50,69,201); }
td.TdClassName
{
border-color: #3245C9;
}
.TagClassName
{
border-color: #3245C9;
}
</style>