Shades of Cerulean Blue #306BC0
Tints of Cerulean Blue #306BC0
RGB
CMYK
RGB Variations
Color information
#306BC0 (or 0x306BC0) is known color: Cerulean Blue. HEX triplet: 30, 6B and C0. RGB value is (48,107,192). Sum of RGB (Red+Green+Blue) = 48+107+192=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #306BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BC0 is #CF943F. Grayscale: #626262. Windows color (decimal): -13603904 or 12610352. OLE color: 12610352.
HSL color Cylindrical-coordinate representation of color #306BC0: hue angle of 215.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306BC0 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 107 | 192 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.25 |
| HSL | 215.42º | 0.6% | 0.47% | - |
| HSV(B) | 215.42º | 0.75% | 0.75% | - |
| XYZ | 15.99 | 14.95 | 51.91 | - |
| YUV | 99.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 192 | 0.75 | 0.44 | 0 | 0.25 | 215.42 | 0.6 | 0.47 |
| Hex | 30 | 6B | C0 | 4B | 2C | 0 | 19 | D7 | 3C | 2F |
| Octal | 60 | 153 | 300 | 113 | 54 | 0 | 31 | 327 | 74 | 57 |
| Binary | 110000 | 1101011 | 11000000 | 1001011 | 101100 | 0 | 11001 | 11010111 | 111100 | 101111 |
Color Harmonies of #306BC0
Complementary color
Monochromatic Colors of #306BC0
Black with #306BC0
Text Example
Text Example
White with #306BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BC0; }
p { color: rgb(48,107,192); }
H1.HeaderClassName
{
color: #306BC0;
}
.AnyTagClassName
{
color: #306BC0;
}
</style>
background-color css
<style>
a { background-color: #306BC0; }
a { background-color: rgb(48,107,192); }
div.DivClassName
{
background-color: #306BC0;
}
.BgClassName
{
background-color: #306BC0;
}
</style>
border-color css
<style>
span { border-color: #306BC0; }
span { border-color: rgb(48,107,192); }
td.TdClassName
{
border-color: #306BC0;
}
.TagClassName
{
border-color: #306BC0;
}
</style>