Shades of Cerulean Blue #304DCE
Tints of Cerulean Blue #304DCE
RGB
CMYK
RGB Variations
Color information
#304DCE (or 0x304DCE) is known color: Cerulean Blue. HEX triplet: 30, 4D and CE. RGB value is (48,77,206). Sum of RGB (Red+Green+Blue) = 48+77+206=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #304DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DCE is #CFB231. Grayscale: #525252. Windows color (decimal): -13611570 or 13520176. OLE color: 13520176.
HSL color Cylindrical-coordinate representation of color #304DCE: hue angle of 228.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304DCE is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 77 | 206 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.19 |
| HSL | 228.99º | 0.62% | 0.5% | - |
| HSV(B) | 228.99º | 0.77% | 0.81% | - |
| XYZ | 15.01 | 10.39 | 59.61 | - |
| YUV | 83.04 | 197.39 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 206 | 0.77 | 0.63 | 0 | 0.19 | 228.99 | 0.62 | 0.5 |
| Hex | 30 | 4D | CE | 4D | 3F | 0 | 13 | E5 | 3E | 32 |
| Octal | 60 | 115 | 316 | 115 | 77 | 0 | 23 | 345 | 76 | 62 |
| Binary | 110000 | 1001101 | 11001110 | 1001101 | 111111 | 0 | 10011 | 11100101 | 111110 | 110010 |
Color Harmonies of #304DCE
Complementary color
Monochromatic Colors of #304DCE
Black with #304DCE
Text Example
Text Example
White with #304DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DCE; }
p { color: rgb(48,77,206); }
H1.HeaderClassName
{
color: #304DCE;
}
.AnyTagClassName
{
color: #304DCE;
}
</style>
background-color css
<style>
a { background-color: #304DCE; }
a { background-color: rgb(48,77,206); }
div.DivClassName
{
background-color: #304DCE;
}
.BgClassName
{
background-color: #304DCE;
}
</style>
border-color css
<style>
span { border-color: #304DCE; }
span { border-color: rgb(48,77,206); }
td.TdClassName
{
border-color: #304DCE;
}
.TagClassName
{
border-color: #304DCE;
}
</style>