Shades of Cerulean Blue #305EC8
Tints of Cerulean Blue #305EC8
RGB
CMYK
RGB Variations
Color information
#305EC8 (or 0x305EC8) is known color: Cerulean Blue. HEX triplet: 30, 5E and C8. RGB value is (48,94,200). Sum of RGB (Red+Green+Blue) = 48+94+200=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #305EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EC8 is #CFA137. Grayscale: #5B5B5B. Windows color (decimal): -13607224 or 13131312. OLE color: 13131312.
HSL color Cylindrical-coordinate representation of color #305EC8: hue angle of 221.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305EC8 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 94 | 200 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.22 |
| HSL | 221.84º | 0.61% | 0.49% | - |
| HSV(B) | 221.84º | 0.76% | 0.78% | - |
| XYZ | 15.65 | 12.8 | 56.29 | - |
| YUV | 92.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 200 | 0.76 | 0.53 | 0 | 0.22 | 221.84 | 0.61 | 0.49 |
| Hex | 30 | 5E | C8 | 4C | 35 | 0 | 16 | DE | 3D | 31 |
| Octal | 60 | 136 | 310 | 114 | 65 | 0 | 26 | 336 | 75 | 61 |
| Binary | 110000 | 1011110 | 11001000 | 1001100 | 110101 | 0 | 10110 | 11011110 | 111101 | 110001 |
Color Harmonies of #305EC8
Complementary color
Monochromatic Colors of #305EC8
Black with #305EC8
Text Example
Text Example
White with #305EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EC8; }
p { color: rgb(48,94,200); }
H1.HeaderClassName
{
color: #305EC8;
}
.AnyTagClassName
{
color: #305EC8;
}
</style>
background-color css
<style>
a { background-color: #305EC8; }
a { background-color: rgb(48,94,200); }
div.DivClassName
{
background-color: #305EC8;
}
.BgClassName
{
background-color: #305EC8;
}
</style>
border-color css
<style>
span { border-color: #305EC8; }
span { border-color: rgb(48,94,200); }
td.TdClassName
{
border-color: #305EC8;
}
.TagClassName
{
border-color: #305EC8;
}
</style>