Shades of Cerulean Blue #304EC5
Tints of Cerulean Blue #304EC5
RGB
CMYK
RGB Variations
Color information
#304EC5 (or 0x304EC5) is known color: Cerulean Blue. HEX triplet: 30, 4E and C5. RGB value is (48,78,197). Sum of RGB (Red+Green+Blue) = 48+78+197=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #304EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC5 is #CFB13A. Grayscale: #525252. Windows color (decimal): -13611323 or 12930608. OLE color: 12930608.
HSL color Cylindrical-coordinate representation of color #304EC5: hue angle of 227.92º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304EC5 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 78 | 197 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.23 |
| HSL | 227.92º | 0.61% | 0.48% | - |
| HSV(B) | 227.92º | 0.76% | 0.77% | - |
| XYZ | 14.02 | 10.11 | 54.04 | - |
| YUV | 82.6 | 192.56 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 197 | 0.76 | 0.60 | 0 | 0.23 | 227.92 | 0.61 | 0.48 |
| Hex | 30 | 4E | C5 | 4C | 3C | 0 | 17 | E4 | 3D | 30 |
| Octal | 60 | 116 | 305 | 114 | 74 | 0 | 27 | 344 | 75 | 60 |
| Binary | 110000 | 1001110 | 11000101 | 1001100 | 111100 | 0 | 10111 | 11100100 | 111101 | 110000 |
Color Harmonies of #304EC5
Complementary color
Monochromatic Colors of #304EC5
Black with #304EC5
Text Example
Text Example
White with #304EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EC5; }
p { color: rgb(48,78,197); }
H1.HeaderClassName
{
color: #304EC5;
}
.AnyTagClassName
{
color: #304EC5;
}
</style>
background-color css
<style>
a { background-color: #304EC5; }
a { background-color: rgb(48,78,197); }
div.DivClassName
{
background-color: #304EC5;
}
.BgClassName
{
background-color: #304EC5;
}
</style>
border-color css
<style>
span { border-color: #304EC5; }
span { border-color: rgb(48,78,197); }
td.TdClassName
{
border-color: #304EC5;
}
.TagClassName
{
border-color: #304EC5;
}
</style>