Shades of Cerulean Blue #304ECC
Tints of Cerulean Blue #304ECC
RGB
CMYK
RGB Variations
Color information
#304ECC (or 0x304ECC) is known color: Cerulean Blue. HEX triplet: 30, 4E and CC. RGB value is (48,78,204). Sum of RGB (Red+Green+Blue) = 48+78+204=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #304ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304ECC is #CFB133. Grayscale: #525252. Windows color (decimal): -13611316 or 13389360. OLE color: 13389360.
HSL color Cylindrical-coordinate representation of color #304ECC: hue angle of 228.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304ECC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 78 | 204 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.2 |
| HSL | 228.46º | 0.62% | 0.49% | - |
| HSV(B) | 228.46º | 0.76% | 0.8% | - |
| XYZ | 14.84 | 10.44 | 58.36 | - |
| YUV | 83.39 | 196.06 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 204 | 0.76 | 0.62 | 0 | 0.2 | 228.46 | 0.62 | 0.49 |
| Hex | 30 | 4E | CC | 4C | 3E | 0 | 14 | E4 | 3E | 31 |
| Octal | 60 | 116 | 314 | 114 | 76 | 0 | 24 | 344 | 76 | 61 |
| Binary | 110000 | 1001110 | 11001100 | 1001100 | 111110 | 0 | 10100 | 11100100 | 111110 | 110001 |
Color Harmonies of #304ECC
Complementary color
Monochromatic Colors of #304ECC
Black with #304ECC
Text Example
Text Example
White with #304ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ECC; }
p { color: rgb(48,78,204); }
H1.HeaderClassName
{
color: #304ECC;
}
.AnyTagClassName
{
color: #304ECC;
}
</style>
background-color css
<style>
a { background-color: #304ECC; }
a { background-color: rgb(48,78,204); }
div.DivClassName
{
background-color: #304ECC;
}
.BgClassName
{
background-color: #304ECC;
}
</style>
border-color css
<style>
span { border-color: #304ECC; }
span { border-color: rgb(48,78,204); }
td.TdClassName
{
border-color: #304ECC;
}
.TagClassName
{
border-color: #304ECC;
}
</style>