Shades of Cerulean Blue #304DC6
Tints of Cerulean Blue #304DC6
RGB
CMYK
RGB Variations
Color information
#304DC6 (or 0x304DC6) is known color: Cerulean Blue. HEX triplet: 30, 4D and C6. RGB value is (48,77,198). Sum of RGB (Red+Green+Blue) = 48+77+198=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #304DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DC6 is #CFB239. Grayscale: #515151. Windows color (decimal): -13611578 or 12995888. OLE color: 12995888.
HSL color Cylindrical-coordinate representation of color #304DC6: hue angle of 228.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304DC6 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 77 | 198 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.22 |
| HSL | 228.4º | 0.61% | 0.48% | - |
| HSV(B) | 228.4º | 0.76% | 0.78% | - |
| XYZ | 14.07 | 10.01 | 54.62 | - |
| YUV | 82.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 198 | 0.76 | 0.61 | 0 | 0.22 | 228.4 | 0.61 | 0.48 |
| Hex | 30 | 4D | C6 | 4C | 3D | 0 | 16 | E4 | 3D | 30 |
| Octal | 60 | 115 | 306 | 114 | 75 | 0 | 26 | 344 | 75 | 60 |
| Binary | 110000 | 1001101 | 11000110 | 1001100 | 111101 | 0 | 10110 | 11100100 | 111101 | 110000 |
Color Harmonies of #304DC6
Complementary color
Monochromatic Colors of #304DC6
Black with #304DC6
Text Example
Text Example
White with #304DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DC6; }
p { color: rgb(48,77,198); }
H1.HeaderClassName
{
color: #304DC6;
}
.AnyTagClassName
{
color: #304DC6;
}
</style>
background-color css
<style>
a { background-color: #304DC6; }
a { background-color: rgb(48,77,198); }
div.DivClassName
{
background-color: #304DC6;
}
.BgClassName
{
background-color: #304DC6;
}
</style>
border-color css
<style>
span { border-color: #304DC6; }
span { border-color: rgb(48,77,198); }
td.TdClassName
{
border-color: #304DC6;
}
.TagClassName
{
border-color: #304DC6;
}
</style>