Shades of Cerulean Blue #305BCD
Tints of Cerulean Blue #305BCD
RGB
CMYK
RGB Variations
Color information
#305BCD (or 0x305BCD) is known color: Cerulean Blue. HEX triplet: 30, 5B and CD. RGB value is (48,91,205). Sum of RGB (Red+Green+Blue) = 48+91+205=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #305BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BCD is #CFA432. Grayscale: #5A5A5A. Windows color (decimal): -13607987 or 13458224. OLE color: 13458224.
HSL color Cylindrical-coordinate representation of color #305BCD: hue angle of 223.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305BCD is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 91 | 205 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.20 |
| HSL | 223.57º | 0.62% | 0.5% | - |
| HSV(B) | 223.57º | 0.77% | 0.8% | - |
| XYZ | 15.98 | 12.52 | 59.33 | - |
| YUV | 91.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 205 | 0.77 | 0.56 | 0 | 0.20 | 223.57 | 0.62 | 0.5 |
| Hex | 30 | 5B | CD | 4D | 38 | 0 | 14 | E0 | 3E | 32 |
| Octal | 60 | 133 | 315 | 115 | 70 | 0 | 24 | 340 | 76 | 62 |
| Binary | 110000 | 1011011 | 11001101 | 1001101 | 111000 | 0 | 10100 | 11100000 | 111110 | 110010 |
Color Harmonies of #305BCD
Complementary color
Monochromatic Colors of #305BCD
Black with #305BCD
Text Example
Text Example
White with #305BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BCD; }
p { color: rgb(48,91,205); }
H1.HeaderClassName
{
color: #305BCD;
}
.AnyTagClassName
{
color: #305BCD;
}
</style>
background-color css
<style>
a { background-color: #305BCD; }
a { background-color: rgb(48,91,205); }
div.DivClassName
{
background-color: #305BCD;
}
.BgClassName
{
background-color: #305BCD;
}
</style>
border-color css
<style>
span { border-color: #305BCD; }
span { border-color: rgb(48,91,205); }
td.TdClassName
{
border-color: #305BCD;
}
.TagClassName
{
border-color: #305BCD;
}
</style>