Shades of Cerulean Blue #3245AD
Tints of Cerulean Blue #3245AD
RGB
CMYK
RGB Variations
Color information
#3245AD (or 0x3245AD) is known color: Cerulean Blue. HEX triplet: 32, 45 and AD. RGB value is (50,69,173). Sum of RGB (Red+Green+Blue) = 50+69+173=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3245AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3245AD is #CDBA52. Grayscale: #4A4A4A. Windows color (decimal): -13482579 or 11355442. OLE color: 11355442.
HSL color Cylindrical-coordinate representation of color #3245AD: hue angle of 230.73º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3245AD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 69 | 173 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.32 |
| HSL | 230.73º | 0.55% | 0.44% | - |
| HSV(B) | 230.73º | 0.71% | 0.68% | - |
| XYZ | 10.99 | 7.95 | 40.49 | - |
| YUV | 75.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 173 | 0.71 | 0.60 | 0 | 0.32 | 230.73 | 0.55 | 0.44 |
| Hex | 32 | 45 | AD | 47 | 3C | 0 | 20 | E7 | 37 | 2C |
| Octal | 62 | 105 | 255 | 107 | 74 | 0 | 40 | 347 | 67 | 54 |
| Binary | 110010 | 1000101 | 10101101 | 1000111 | 111100 | 0 | 100000 | 11100111 | 110111 | 101100 |
Color Harmonies of #3245AD
Complementary color
Monochromatic Colors of #3245AD
Black with #3245AD
Text Example
Text Example
White with #3245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3245AD; }
p { color: rgb(50,69,173); }
H1.HeaderClassName
{
color: #3245AD;
}
.AnyTagClassName
{
color: #3245AD;
}
</style>
background-color css
<style>
a { background-color: #3245AD; }
a { background-color: rgb(50,69,173); }
div.DivClassName
{
background-color: #3245AD;
}
.BgClassName
{
background-color: #3245AD;
}
</style>
border-color css
<style>
span { border-color: #3245AD; }
span { border-color: rgb(50,69,173); }
td.TdClassName
{
border-color: #3245AD;
}
.TagClassName
{
border-color: #3245AD;
}
</style>