Shades of Cerulean Blue #304CCF
Tints of Cerulean Blue #304CCF
RGB
CMYK
RGB Variations
Color information
#304CCF (or 0x304CCF) is known color: Cerulean Blue. HEX triplet: 30, 4C and CF. RGB value is (48,76,207). Sum of RGB (Red+Green+Blue) = 48+76+207=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #304CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CCF is #CFB330. Grayscale: #525252. Windows color (decimal): -13611825 or 13585456. OLE color: 13585456.
HSL color Cylindrical-coordinate representation of color #304CCF: hue angle of 229.43º 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 #304CCF is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 76 | 207 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.19 |
| HSL | 229.43º | 0.62% | 0.5% | - |
| HSV(B) | 229.43º | 0.77% | 0.81% | - |
| XYZ | 15.07 | 10.3 | 60.23 | - |
| YUV | 82.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 207 | 0.77 | 0.63 | 0 | 0.19 | 229.43 | 0.62 | 0.5 |
| Hex | 30 | 4C | CF | 4D | 3F | 0 | 13 | E5 | 3E | 32 |
| Octal | 60 | 114 | 317 | 115 | 77 | 0 | 23 | 345 | 76 | 62 |
| Binary | 110000 | 1001100 | 11001111 | 1001101 | 111111 | 0 | 10011 | 11100101 | 111110 | 110010 |
Color Harmonies of #304CCF
Complementary color
Monochromatic Colors of #304CCF
Black with #304CCF
Text Example
Text Example
White with #304CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CCF; }
p { color: rgb(48,76,207); }
H1.HeaderClassName
{
color: #304CCF;
}
.AnyTagClassName
{
color: #304CCF;
}
</style>
background-color css
<style>
a { background-color: #304CCF; }
a { background-color: rgb(48,76,207); }
div.DivClassName
{
background-color: #304CCF;
}
.BgClassName
{
background-color: #304CCF;
}
</style>
border-color css
<style>
span { border-color: #304CCF; }
span { border-color: rgb(48,76,207); }
td.TdClassName
{
border-color: #304CCF;
}
.TagClassName
{
border-color: #304CCF;
}
</style>