Shades of Cerulean Blue #304EC7
Tints of Cerulean Blue #304EC7
RGB
CMYK
RGB Variations
Color information
#304EC7 (or 0x304EC7) is known color: Cerulean Blue. HEX triplet: 30, 4E and C7. RGB value is (48,78,199). Sum of RGB (Red+Green+Blue) = 48+78+199=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #304EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC7 is #CFB138. Grayscale: #525252. Windows color (decimal): -13611321 or 13061680. OLE color: 13061680.
HSL color Cylindrical-coordinate representation of color #304EC7: hue angle of 228.08º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304EC7 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 78 | 199 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.22 |
| HSL | 228.08º | 0.61% | 0.48% | - |
| HSV(B) | 228.08º | 0.76% | 0.78% | - |
| XYZ | 14.25 | 10.2 | 55.25 | - |
| YUV | 82.82 | 193.56 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 199 | 0.76 | 0.61 | 0 | 0.22 | 228.08 | 0.61 | 0.48 |
| Hex | 30 | 4E | C7 | 4C | 3D | 0 | 16 | E4 | 3D | 30 |
| Octal | 60 | 116 | 307 | 114 | 75 | 0 | 26 | 344 | 75 | 60 |
| Binary | 110000 | 1001110 | 11000111 | 1001100 | 111101 | 0 | 10110 | 11100100 | 111101 | 110000 |
Color Harmonies of #304EC7
Complementary color
Monochromatic Colors of #304EC7
Black with #304EC7
Text Example
Text Example
White with #304EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EC7; }
p { color: rgb(48,78,199); }
H1.HeaderClassName
{
color: #304EC7;
}
.AnyTagClassName
{
color: #304EC7;
}
</style>
background-color css
<style>
a { background-color: #304EC7; }
a { background-color: rgb(48,78,199); }
div.DivClassName
{
background-color: #304EC7;
}
.BgClassName
{
background-color: #304EC7;
}
</style>
border-color css
<style>
span { border-color: #304EC7; }
span { border-color: rgb(48,78,199); }
td.TdClassName
{
border-color: #304EC7;
}
.TagClassName
{
border-color: #304EC7;
}
</style>