Shades of Cerulean Blue #3248AD
Tints of Cerulean Blue #3248AD
RGB
CMYK
RGB Variations
Color information
#3248AD (or 0x3248AD) is known color: Cerulean Blue. HEX triplet: 32, 48 and AD. RGB value is (50,72,173). Sum of RGB (Red+Green+Blue) = 50+72+173=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3248AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3248AD is #CDB752. Grayscale: #4C4C4C. Windows color (decimal): -13481811 or 11356210. OLE color: 11356210.
HSL color Cylindrical-coordinate representation of color #3248AD: hue angle of 229.27º 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 #3248AD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 72 | 173 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.32 |
| HSL | 229.27º | 0.55% | 0.44% | - |
| HSV(B) | 229.27º | 0.71% | 0.68% | - |
| XYZ | 11.18 | 8.33 | 40.55 | - |
| YUV | 76.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 173 | 0.71 | 0.58 | 0 | 0.32 | 229.27 | 0.55 | 0.44 |
| Hex | 32 | 48 | AD | 47 | 3A | 0 | 20 | E5 | 37 | 2C |
| Octal | 62 | 110 | 255 | 107 | 72 | 0 | 40 | 345 | 67 | 54 |
| Binary | 110010 | 1001000 | 10101101 | 1000111 | 111010 | 0 | 100000 | 11100101 | 110111 | 101100 |
Color Harmonies of #3248AD
Complementary color
Monochromatic Colors of #3248AD
Black with #3248AD
Text Example
Text Example
White with #3248AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3248AD; }
p { color: rgb(50,72,173); }
H1.HeaderClassName
{
color: #3248AD;
}
.AnyTagClassName
{
color: #3248AD;
}
</style>
background-color css
<style>
a { background-color: #3248AD; }
a { background-color: rgb(50,72,173); }
div.DivClassName
{
background-color: #3248AD;
}
.BgClassName
{
background-color: #3248AD;
}
</style>
border-color css
<style>
span { border-color: #3248AD; }
span { border-color: rgb(50,72,173); }
td.TdClassName
{
border-color: #3248AD;
}
.TagClassName
{
border-color: #3248AD;
}
</style>