Shades of Cerulean Blue #305BB9
Tints of Cerulean Blue #305BB9
RGB
CMYK
RGB Variations
Color information
#305BB9 (or 0x305BB9) is known color: Cerulean Blue. HEX triplet: 30, 5B and B9. RGB value is (48,91,185). Sum of RGB (Red+Green+Blue) = 48+91+185=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #305BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BB9 is #CFA446. Grayscale: #585858. Windows color (decimal): -13608007 or 12147504. OLE color: 12147504.
HSL color Cylindrical-coordinate representation of color #305BB9: hue angle of 221.17º 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 #305BB9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 91 | 185 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.27 |
| HSL | 221.17º | 0.59% | 0.46% | - |
| HSV(B) | 221.17º | 0.74% | 0.73% | - |
| XYZ | 13.72 | 11.61 | 47.42 | - |
| YUV | 88.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 185 | 0.74 | 0.51 | 0 | 0.27 | 221.17 | 0.59 | 0.46 |
| Hex | 30 | 5B | B9 | 4A | 33 | 0 | 1B | DD | 3B | 2E |
| Octal | 60 | 133 | 271 | 112 | 63 | 0 | 33 | 335 | 73 | 56 |
| Binary | 110000 | 1011011 | 10111001 | 1001010 | 110011 | 0 | 11011 | 11011101 | 111011 | 101110 |
Color Harmonies of #305BB9
Complementary color
Monochromatic Colors of #305BB9
Black with #305BB9
Text Example
Text Example
White with #305BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BB9; }
p { color: rgb(48,91,185); }
H1.HeaderClassName
{
color: #305BB9;
}
.AnyTagClassName
{
color: #305BB9;
}
</style>
background-color css
<style>
a { background-color: #305BB9; }
a { background-color: rgb(48,91,185); }
div.DivClassName
{
background-color: #305BB9;
}
.BgClassName
{
background-color: #305BB9;
}
</style>
border-color css
<style>
span { border-color: #305BB9; }
span { border-color: rgb(48,91,185); }
td.TdClassName
{
border-color: #305BB9;
}
.TagClassName
{
border-color: #305BB9;
}
</style>