Shades of Cerulean Blue #304EA8
Tints of Cerulean Blue #304EA8
RGB
CMYK
RGB Variations
Color information
#304EA8 (or 0x304EA8) is known color: Cerulean Blue. HEX triplet: 30, 4E and A8. RGB value is (48,78,168). Sum of RGB (Red+Green+Blue) = 48+78+168=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 168 (66.02% from 255 or 57.14% from 294); Max value from RGB is 168 - color contains mainly: blue. Hex color #304EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304EA8 is #CFB157. Grayscale: #4E4E4E. Windows color (decimal): -13611352 or 11030064. OLE color: 11030064.
HSL color Cylindrical-coordinate representation of color #304EA8: hue angle of 225º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304EA8 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 78 | 168 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.34 |
| HSL | 225º | 0.56% | 0.42% | - |
| HSV(B) | 225º | 0.71% | 0.66% | - |
| XYZ | 11.01 | 8.9 | 38.18 | - |
| YUV | 79.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 168 | 0.71 | 0.54 | 0 | 0.34 | 225 | 0.56 | 0.42 |
| Hex | 30 | 4E | A8 | 47 | 36 | 0 | 22 | E1 | 38 | 2A |
| Octal | 60 | 116 | 250 | 107 | 66 | 0 | 42 | 341 | 70 | 52 |
| Binary | 110000 | 1001110 | 10101000 | 1000111 | 110110 | 0 | 100010 | 11100001 | 111000 | 101010 |
Color Harmonies of #304EA8
Complementary color
Monochromatic Colors of #304EA8
Black with #304EA8
Text Example
Text Example
White with #304EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EA8; }
p { color: rgb(48,78,168); }
H1.HeaderClassName
{
color: #304EA8;
}
.AnyTagClassName
{
color: #304EA8;
}
</style>
background-color css
<style>
a { background-color: #304EA8; }
a { background-color: rgb(48,78,168); }
div.DivClassName
{
background-color: #304EA8;
}
.BgClassName
{
background-color: #304EA8;
}
</style>
border-color css
<style>
span { border-color: #304EA8; }
span { border-color: rgb(48,78,168); }
td.TdClassName
{
border-color: #304EA8;
}
.TagClassName
{
border-color: #304EA8;
}
</style>