Shades of Cerulean Blue #304CCE
Tints of Cerulean Blue #304CCE
RGB
CMYK
RGB Variations
Color information
#304CCE (or 0x304CCE) is known color: Cerulean Blue. HEX triplet: 30, 4C and CE. RGB value is (48,76,206). Sum of RGB (Red+Green+Blue) = 48+76+206=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #304CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CCE is #CFB331. Grayscale: #515151. Windows color (decimal): -13611826 or 13519920. OLE color: 13519920.
HSL color Cylindrical-coordinate representation of color #304CCE: hue angle of 229.37º 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 #304CCE is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 76 | 206 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.19 |
| HSL | 229.37º | 0.62% | 0.5% | - |
| HSV(B) | 229.37º | 0.77% | 0.81% | - |
| XYZ | 14.94 | 10.25 | 59.58 | - |
| YUV | 82.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 206 | 0.77 | 0.63 | 0 | 0.19 | 229.37 | 0.62 | 0.5 |
| Hex | 30 | 4C | CE | 4D | 3F | 0 | 13 | E5 | 3E | 32 |
| Octal | 60 | 114 | 316 | 115 | 77 | 0 | 23 | 345 | 76 | 62 |
| Binary | 110000 | 1001100 | 11001110 | 1001101 | 111111 | 0 | 10011 | 11100101 | 111110 | 110010 |
Color Harmonies of #304CCE
Complementary color
Monochromatic Colors of #304CCE
Black with #304CCE
Text Example
Text Example
White with #304CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CCE; }
p { color: rgb(48,76,206); }
H1.HeaderClassName
{
color: #304CCE;
}
.AnyTagClassName
{
color: #304CCE;
}
</style>
background-color css
<style>
a { background-color: #304CCE; }
a { background-color: rgb(48,76,206); }
div.DivClassName
{
background-color: #304CCE;
}
.BgClassName
{
background-color: #304CCE;
}
</style>
border-color css
<style>
span { border-color: #304CCE; }
span { border-color: rgb(48,76,206); }
td.TdClassName
{
border-color: #304CCE;
}
.TagClassName
{
border-color: #304CCE;
}
</style>