Shades of Cerulean Blue #306EC8
Tints of Cerulean Blue #306EC8
RGB
CMYK
RGB Variations
Color information
#306EC8 (or 0x306EC8) is known color: Cerulean Blue. HEX triplet: 30, 6E and C8. RGB value is (48,110,200). Sum of RGB (Red+Green+Blue) = 48+110+200=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #306EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EC8 is #CF9137. Grayscale: #656565. Windows color (decimal): -13603128 or 13135408. OLE color: 13135408.
HSL color Cylindrical-coordinate representation of color #306EC8: hue angle of 215.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306EC8 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 110 | 200 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.22 |
| HSL | 215.53º | 0.61% | 0.49% | - |
| HSV(B) | 215.53º | 0.76% | 0.78% | - |
| XYZ | 17.22 | 15.95 | 56.81 | - |
| YUV | 101.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 200 | 0.76 | 0.45 | 0 | 0.22 | 215.53 | 0.61 | 0.49 |
| Hex | 30 | 6E | C8 | 4C | 2D | 0 | 16 | D8 | 3D | 31 |
| Octal | 60 | 156 | 310 | 114 | 55 | 0 | 26 | 330 | 75 | 61 |
| Binary | 110000 | 1101110 | 11001000 | 1001100 | 101101 | 0 | 10110 | 11011000 | 111101 | 110001 |
Color Harmonies of #306EC8
Complementary color
Monochromatic Colors of #306EC8
Black with #306EC8
Text Example
Text Example
White with #306EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EC8; }
p { color: rgb(48,110,200); }
H1.HeaderClassName
{
color: #306EC8;
}
.AnyTagClassName
{
color: #306EC8;
}
</style>
background-color css
<style>
a { background-color: #306EC8; }
a { background-color: rgb(48,110,200); }
div.DivClassName
{
background-color: #306EC8;
}
.BgClassName
{
background-color: #306EC8;
}
</style>
border-color css
<style>
span { border-color: #306EC8; }
span { border-color: rgb(48,110,200); }
td.TdClassName
{
border-color: #306EC8;
}
.TagClassName
{
border-color: #306EC8;
}
</style>