Shades of Cerulean Blue #306ACB
Tints of Cerulean Blue #306ACB
RGB
CMYK
RGB Variations
Color information
#306ACB (or 0x306ACB) is known color: Cerulean Blue. HEX triplet: 30, 6A and CB. RGB value is (48,106,203). Sum of RGB (Red+Green+Blue) = 48+106+203=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #306ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ACB is #CF9534. Grayscale: #636363. Windows color (decimal): -13604149 or 13330992. OLE color: 13330992.
HSL color Cylindrical-coordinate representation of color #306ACB: hue angle of 217.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306ACB is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 106 | 203 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.20 |
| HSL | 217.55º | 0.62% | 0.49% | - |
| HSV(B) | 217.55º | 0.76% | 0.8% | - |
| XYZ | 17.15 | 15.25 | 58.54 | - |
| YUV | 99.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 203 | 0.76 | 0.48 | 0 | 0.20 | 217.55 | 0.62 | 0.49 |
| Hex | 30 | 6A | CB | 4C | 30 | 0 | 14 | DA | 3E | 31 |
| Octal | 60 | 152 | 313 | 114 | 60 | 0 | 24 | 332 | 76 | 61 |
| Binary | 110000 | 1101010 | 11001011 | 1001100 | 110000 | 0 | 10100 | 11011010 | 111110 | 110001 |
Color Harmonies of #306ACB
Complementary color
Monochromatic Colors of #306ACB
Black with #306ACB
Text Example
Text Example
White with #306ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306ACB; }
p { color: rgb(48,106,203); }
H1.HeaderClassName
{
color: #306ACB;
}
.AnyTagClassName
{
color: #306ACB;
}
</style>
background-color css
<style>
a { background-color: #306ACB; }
a { background-color: rgb(48,106,203); }
div.DivClassName
{
background-color: #306ACB;
}
.BgClassName
{
background-color: #306ACB;
}
</style>
border-color css
<style>
span { border-color: #306ACB; }
span { border-color: rgb(48,106,203); }
td.TdClassName
{
border-color: #306ACB;
}
.TagClassName
{
border-color: #306ACB;
}
</style>