Shades of Cerulean Blue #3042D0
Tints of Cerulean Blue #3042D0
RGB
CMYK
RGB Variations
Color information
#3042D0 (or 0x3042D0) is known color: Cerulean Blue. HEX triplet: 30, 42 and D0. RGB value is (48,66,208). Sum of RGB (Red+Green+Blue) = 48+66+208=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #3042D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042D0 is #CFBD2F. Grayscale: #4C4C4C. Windows color (decimal): -13614384 or 13648432. OLE color: 13648432.
HSL color Cylindrical-coordinate representation of color #3042D0: hue angle of 233.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3042D0 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 66 | 208 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.18 |
| HSL | 233.25º | 0.63% | 0.5% | - |
| HSV(B) | 233.25º | 0.77% | 0.82% | - |
| XYZ | 14.55 | 9.08 | 60.66 | - |
| YUV | 76.81 | 202.04 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 208 | 0.77 | 0.68 | 0 | 0.18 | 233.25 | 0.63 | 0.5 |
| Hex | 30 | 42 | D0 | 4D | 44 | 0 | 12 | E9 | 3F | 32 |
| Octal | 60 | 102 | 320 | 115 | 104 | 0 | 22 | 351 | 77 | 62 |
| Binary | 110000 | 1000010 | 11010000 | 1001101 | 1000100 | 0 | 10010 | 11101001 | 111111 | 110010 |
Color Harmonies of #3042D0
Complementary color
Monochromatic Colors of #3042D0
Black with #3042D0
Text Example
Text Example
White with #3042D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3042D0; }
p { color: rgb(48,66,208); }
H1.HeaderClassName
{
color: #3042D0;
}
.AnyTagClassName
{
color: #3042D0;
}
</style>
background-color css
<style>
a { background-color: #3042D0; }
a { background-color: rgb(48,66,208); }
div.DivClassName
{
background-color: #3042D0;
}
.BgClassName
{
background-color: #3042D0;
}
</style>
border-color css
<style>
span { border-color: #3042D0; }
span { border-color: rgb(48,66,208); }
td.TdClassName
{
border-color: #3042D0;
}
.TagClassName
{
border-color: #3042D0;
}
</style>