Shades of Cerulean Blue #304EC8
Tints of Cerulean Blue #304EC8
RGB
CMYK
RGB Variations
Color information
#304EC8 (or 0x304EC8) is known color: Cerulean Blue. HEX triplet: 30, 4E and C8. RGB value is (48,78,200). Sum of RGB (Red+Green+Blue) = 48+78+200=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #304EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC8 is #CFB137. Grayscale: #525252. Windows color (decimal): -13611320 or 13127216. OLE color: 13127216.
HSL color Cylindrical-coordinate representation of color #304EC8: hue angle of 228.16º 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 #304EC8 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 78 | 200 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.22 |
| HSL | 228.16º | 0.61% | 0.49% | - |
| HSV(B) | 228.16º | 0.76% | 0.78% | - |
| XYZ | 14.37 | 10.25 | 55.86 | - |
| YUV | 82.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 200 | 0.76 | 0.61 | 0 | 0.22 | 228.16 | 0.61 | 0.49 |
| Hex | 30 | 4E | C8 | 4C | 3D | 0 | 16 | E4 | 3D | 31 |
| Octal | 60 | 116 | 310 | 114 | 75 | 0 | 26 | 344 | 75 | 61 |
| Binary | 110000 | 1001110 | 11001000 | 1001100 | 111101 | 0 | 10110 | 11100100 | 111101 | 110001 |
Color Harmonies of #304EC8
Complementary color
Monochromatic Colors of #304EC8
Black with #304EC8
Text Example
Text Example
White with #304EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EC8; }
p { color: rgb(48,78,200); }
H1.HeaderClassName
{
color: #304EC8;
}
.AnyTagClassName
{
color: #304EC8;
}
</style>
background-color css
<style>
a { background-color: #304EC8; }
a { background-color: rgb(48,78,200); }
div.DivClassName
{
background-color: #304EC8;
}
.BgClassName
{
background-color: #304EC8;
}
</style>
border-color css
<style>
span { border-color: #304EC8; }
span { border-color: rgb(48,78,200); }
td.TdClassName
{
border-color: #304EC8;
}
.TagClassName
{
border-color: #304EC8;
}
</style>