Shades of Cerulean Blue #304DC0
Tints of Cerulean Blue #304DC0
RGB
CMYK
RGB Variations
Color information
#304DC0 (or 0x304DC0) is known color: Cerulean Blue. HEX triplet: 30, 4D and C0. RGB value is (48,77,192). Sum of RGB (Red+Green+Blue) = 48+77+192=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #304DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DC0 is #CFB23F. Grayscale: #505050. Windows color (decimal): -13611584 or 12602672. OLE color: 12602672.
HSL color Cylindrical-coordinate representation of color #304DC0: hue angle of 227.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304DC0 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 77 | 192 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.25 |
| HSL | 227.92º | 0.6% | 0.47% | - |
| HSV(B) | 227.92º | 0.75% | 0.75% | - |
| XYZ | 13.39 | 9.74 | 51.04 | - |
| YUV | 81.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 192 | 0.75 | 0.60 | 0 | 0.25 | 227.92 | 0.6 | 0.47 |
| Hex | 30 | 4D | C0 | 4B | 3C | 0 | 19 | E4 | 3C | 2F |
| Octal | 60 | 115 | 300 | 113 | 74 | 0 | 31 | 344 | 74 | 57 |
| Binary | 110000 | 1001101 | 11000000 | 1001011 | 111100 | 0 | 11001 | 11100100 | 111100 | 101111 |
Color Harmonies of #304DC0
Complementary color
Monochromatic Colors of #304DC0
Black with #304DC0
Text Example
Text Example
White with #304DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DC0; }
p { color: rgb(48,77,192); }
H1.HeaderClassName
{
color: #304DC0;
}
.AnyTagClassName
{
color: #304DC0;
}
</style>
background-color css
<style>
a { background-color: #304DC0; }
a { background-color: rgb(48,77,192); }
div.DivClassName
{
background-color: #304DC0;
}
.BgClassName
{
background-color: #304DC0;
}
</style>
border-color css
<style>
span { border-color: #304DC0; }
span { border-color: rgb(48,77,192); }
td.TdClassName
{
border-color: #304DC0;
}
.TagClassName
{
border-color: #304DC0;
}
</style>