Shades of Cerulean Blue #304FCD
Tints of Cerulean Blue #304FCD
RGB
CMYK
RGB Variations
Color information
#304FCD (or 0x304FCD) is known color: Cerulean Blue. HEX triplet: 30, 4F and CD. RGB value is (48,79,205). Sum of RGB (Red+Green+Blue) = 48+79+205=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #304FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FCD is #CFB032. Grayscale: #535353. Windows color (decimal): -13611059 or 13455152. OLE color: 13455152.
HSL color Cylindrical-coordinate representation of color #304FCD: hue angle of 228.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304FCD is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 79 | 205 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.20 |
| HSL | 228.15º | 0.62% | 0.5% | - |
| HSV(B) | 228.15º | 0.77% | 0.8% | - |
| XYZ | 15.03 | 10.63 | 59.02 | - |
| YUV | 84.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 205 | 0.77 | 0.61 | 0 | 0.20 | 228.15 | 0.62 | 0.5 |
| Hex | 30 | 4F | CD | 4D | 3D | 0 | 14 | E4 | 3E | 32 |
| Octal | 60 | 117 | 315 | 115 | 75 | 0 | 24 | 344 | 76 | 62 |
| Binary | 110000 | 1001111 | 11001101 | 1001101 | 111101 | 0 | 10100 | 11100100 | 111110 | 110010 |
Color Harmonies of #304FCD
Complementary color
Monochromatic Colors of #304FCD
Black with #304FCD
Text Example
Text Example
White with #304FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FCD; }
p { color: rgb(48,79,205); }
H1.HeaderClassName
{
color: #304FCD;
}
.AnyTagClassName
{
color: #304FCD;
}
</style>
background-color css
<style>
a { background-color: #304FCD; }
a { background-color: rgb(48,79,205); }
div.DivClassName
{
background-color: #304FCD;
}
.BgClassName
{
background-color: #304FCD;
}
</style>
border-color css
<style>
span { border-color: #304FCD; }
span { border-color: rgb(48,79,205); }
td.TdClassName
{
border-color: #304FCD;
}
.TagClassName
{
border-color: #304FCD;
}
</style>