Shades of Cerulean Blue #305BCF
Tints of Cerulean Blue #305BCF
RGB
CMYK
RGB Variations
Color information
#305BCF (or 0x305BCF) is known color: Cerulean Blue. HEX triplet: 30, 5B and CF. RGB value is (48,91,207). Sum of RGB (Red+Green+Blue) = 48+91+207=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #305BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BCF is #CFA430. Grayscale: #5A5A5A. Windows color (decimal): -13607985 or 13589296. OLE color: 13589296.
HSL color Cylindrical-coordinate representation of color #305BCF: hue angle of 223.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305BCF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 91 | 207 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.19 |
| HSL | 223.77º | 0.62% | 0.5% | - |
| HSV(B) | 223.77º | 0.77% | 0.81% | - |
| XYZ | 16.22 | 12.62 | 60.61 | - |
| YUV | 91.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 207 | 0.77 | 0.56 | 0 | 0.19 | 223.77 | 0.62 | 0.5 |
| Hex | 30 | 5B | CF | 4D | 38 | 0 | 13 | E0 | 3E | 32 |
| Octal | 60 | 133 | 317 | 115 | 70 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110000 | 1011011 | 11001111 | 1001101 | 111000 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #305BCF
Complementary color
Monochromatic Colors of #305BCF
Black with #305BCF
Text Example
Text Example
White with #305BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BCF; }
p { color: rgb(48,91,207); }
H1.HeaderClassName
{
color: #305BCF;
}
.AnyTagClassName
{
color: #305BCF;
}
</style>
background-color css
<style>
a { background-color: #305BCF; }
a { background-color: rgb(48,91,207); }
div.DivClassName
{
background-color: #305BCF;
}
.BgClassName
{
background-color: #305BCF;
}
</style>
border-color css
<style>
span { border-color: #305BCF; }
span { border-color: rgb(48,91,207); }
td.TdClassName
{
border-color: #305BCF;
}
.TagClassName
{
border-color: #305BCF;
}
</style>