Shades of Cerulean Blue #305DBB
Tints of Cerulean Blue #305DBB
RGB
CMYK
RGB Variations
Color information
#305DBB (or 0x305DBB) is known color: Cerulean Blue. HEX triplet: 30, 5D and BB. RGB value is (48,93,187). Sum of RGB (Red+Green+Blue) = 48+93+187=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #305DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DBB is #CFA244. Grayscale: #595959. Windows color (decimal): -13607493 or 12279088. OLE color: 12279088.
HSL color Cylindrical-coordinate representation of color #305DBB: hue angle of 220.58º 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 #305DBB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 93 | 187 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.27 |
| HSL | 220.58º | 0.59% | 0.46% | - |
| HSV(B) | 220.58º | 0.74% | 0.73% | - |
| XYZ | 14.1 | 12.04 | 48.6 | - |
| YUV | 90.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 187 | 0.74 | 0.50 | 0 | 0.27 | 220.58 | 0.59 | 0.46 |
| Hex | 30 | 5D | BB | 4A | 32 | 0 | 1B | DD | 3B | 2E |
| Octal | 60 | 135 | 273 | 112 | 62 | 0 | 33 | 335 | 73 | 56 |
| Binary | 110000 | 1011101 | 10111011 | 1001010 | 110010 | 0 | 11011 | 11011101 | 111011 | 101110 |
Color Harmonies of #305DBB
Complementary color
Monochromatic Colors of #305DBB
Black with #305DBB
Text Example
Text Example
White with #305DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DBB; }
p { color: rgb(48,93,187); }
H1.HeaderClassName
{
color: #305DBB;
}
.AnyTagClassName
{
color: #305DBB;
}
</style>
background-color css
<style>
a { background-color: #305DBB; }
a { background-color: rgb(48,93,187); }
div.DivClassName
{
background-color: #305DBB;
}
.BgClassName
{
background-color: #305DBB;
}
</style>
border-color css
<style>
span { border-color: #305DBB; }
span { border-color: rgb(48,93,187); }
td.TdClassName
{
border-color: #305DBB;
}
.TagClassName
{
border-color: #305DBB;
}
</style>