Shades of Cerulean Blue #304EA4
Tints of Cerulean Blue #304EA4
RGB
CMYK
RGB Variations
Color information
#304EA4 (or 0x304EA4) is known color: Cerulean Blue. HEX triplet: 30, 4E and A4. RGB value is (48,78,164). Sum of RGB (Red+Green+Blue) = 48+78+164=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #304EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304EA4 is #CFB15B. Grayscale: #4E4E4E. Windows color (decimal): -13611356 or 10767920. OLE color: 10767920.
HSL color Cylindrical-coordinate representation of color #304EA4: hue angle of 224.48º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304EA4 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 78 | 164 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.36 |
| HSL | 224.48º | 0.55% | 0.42% | - |
| HSV(B) | 224.48º | 0.71% | 0.64% | - |
| XYZ | 10.64 | 8.76 | 36.25 | - |
| YUV | 78.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 164 | 0.71 | 0.52 | 0 | 0.36 | 224.48 | 0.55 | 0.42 |
| Hex | 30 | 4E | A4 | 47 | 34 | 0 | 24 | E0 | 37 | 2A |
| Octal | 60 | 116 | 244 | 107 | 64 | 0 | 44 | 340 | 67 | 52 |
| Binary | 110000 | 1001110 | 10100100 | 1000111 | 110100 | 0 | 100100 | 11100000 | 110111 | 101010 |
Color Harmonies of #304EA4
Complementary color
Monochromatic Colors of #304EA4
Black with #304EA4
Text Example
Text Example
White with #304EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EA4; }
p { color: rgb(48,78,164); }
H1.HeaderClassName
{
color: #304EA4;
}
.AnyTagClassName
{
color: #304EA4;
}
</style>
background-color css
<style>
a { background-color: #304EA4; }
a { background-color: rgb(48,78,164); }
div.DivClassName
{
background-color: #304EA4;
}
.BgClassName
{
background-color: #304EA4;
}
</style>
border-color css
<style>
span { border-color: #304EA4; }
span { border-color: rgb(48,78,164); }
td.TdClassName
{
border-color: #304EA4;
}
.TagClassName
{
border-color: #304EA4;
}
</style>