Shades of Cerulean Blue #304EAD
Tints of Cerulean Blue #304EAD
RGB
CMYK
RGB Variations
Color information
#304EAD (or 0x304EAD) is known color: Cerulean Blue. HEX triplet: 30, 4E and AD. RGB value is (48,78,173). Sum of RGB (Red+Green+Blue) = 48+78+173=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #304EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304EAD is #CFB152. Grayscale: #4F4F4F. Windows color (decimal): -13611347 or 11357744. OLE color: 11357744.
HSL color Cylindrical-coordinate representation of color #304EAD: hue angle of 225.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304EAD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 78 | 173 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.32 |
| HSL | 225.6º | 0.57% | 0.43% | - |
| HSV(B) | 225.6º | 0.72% | 0.68% | - |
| XYZ | 11.49 | 9.09 | 40.69 | - |
| YUV | 79.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 173 | 0.72 | 0.55 | 0 | 0.32 | 225.6 | 0.57 | 0.43 |
| Hex | 30 | 4E | AD | 48 | 37 | 0 | 20 | E2 | 39 | 2B |
| Octal | 60 | 116 | 255 | 110 | 67 | 0 | 40 | 342 | 71 | 53 |
| Binary | 110000 | 1001110 | 10101101 | 1001000 | 110111 | 0 | 100000 | 11100010 | 111001 | 101011 |
Color Harmonies of #304EAD
Complementary color
Monochromatic Colors of #304EAD
Black with #304EAD
Text Example
Text Example
White with #304EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EAD; }
p { color: rgb(48,78,173); }
H1.HeaderClassName
{
color: #304EAD;
}
.AnyTagClassName
{
color: #304EAD;
}
</style>
background-color css
<style>
a { background-color: #304EAD; }
a { background-color: rgb(48,78,173); }
div.DivClassName
{
background-color: #304EAD;
}
.BgClassName
{
background-color: #304EAD;
}
</style>
border-color css
<style>
span { border-color: #304EAD; }
span { border-color: rgb(48,78,173); }
td.TdClassName
{
border-color: #304EAD;
}
.TagClassName
{
border-color: #304EAD;
}
</style>