Shades of Cerulean Blue #305BBB
Tints of Cerulean Blue #305BBB
RGB
CMYK
RGB Variations
Color information
#305BBB (or 0x305BBB) is known color: Cerulean Blue. HEX triplet: 30, 5B and BB. RGB value is (48,91,187). Sum of RGB (Red+Green+Blue) = 48+91+187=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #305BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BBB is #CFA444. Grayscale: #585858. Windows color (decimal): -13608005 or 12278576. OLE color: 12278576.
HSL color Cylindrical-coordinate representation of color #305BBB: hue angle of 221.44º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305BBB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 91 | 187 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.27 |
| HSL | 221.44º | 0.59% | 0.46% | - |
| HSV(B) | 221.44º | 0.74% | 0.73% | - |
| XYZ | 13.93 | 11.7 | 48.54 | - |
| YUV | 89.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 187 | 0.74 | 0.51 | 0 | 0.27 | 221.44 | 0.59 | 0.46 |
| Hex | 30 | 5B | BB | 4A | 33 | 0 | 1B | DD | 3B | 2E |
| Octal | 60 | 133 | 273 | 112 | 63 | 0 | 33 | 335 | 73 | 56 |
| Binary | 110000 | 1011011 | 10111011 | 1001010 | 110011 | 0 | 11011 | 11011101 | 111011 | 101110 |
Color Harmonies of #305BBB
Complementary color
Monochromatic Colors of #305BBB
Black with #305BBB
Text Example
Text Example
White with #305BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BBB; }
p { color: rgb(48,91,187); }
H1.HeaderClassName
{
color: #305BBB;
}
.AnyTagClassName
{
color: #305BBB;
}
</style>
background-color css
<style>
a { background-color: #305BBB; }
a { background-color: rgb(48,91,187); }
div.DivClassName
{
background-color: #305BBB;
}
.BgClassName
{
background-color: #305BBB;
}
</style>
border-color css
<style>
span { border-color: #305BBB; }
span { border-color: rgb(48,91,187); }
td.TdClassName
{
border-color: #305BBB;
}
.TagClassName
{
border-color: #305BBB;
}
</style>