Shades of Cerulean Blue #304BCF
Tints of Cerulean Blue #304BCF
RGB
CMYK
RGB Variations
Color information
#304BCF (or 0x304BCF) is known color: Cerulean Blue. HEX triplet: 30, 4B and CF. RGB value is (48,75,207). Sum of RGB (Red+Green+Blue) = 48+75+207=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #304BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BCF is #CFB430. Grayscale: #515151. Windows color (decimal): -13612081 or 13585200. OLE color: 13585200.
HSL color Cylindrical-coordinate representation of color #304BCF: hue angle of 229.81º 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 #304BCF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 75 | 207 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.19 |
| HSL | 229.81º | 0.62% | 0.5% | - |
| HSV(B) | 229.81º | 0.77% | 0.81% | - |
| XYZ | 15 | 10.17 | 60.2 | - |
| YUV | 81.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 207 | 0.77 | 0.64 | 0 | 0.19 | 229.81 | 0.62 | 0.5 |
| Hex | 30 | 4B | CF | 4D | 40 | 0 | 13 | E6 | 3E | 32 |
| Octal | 60 | 113 | 317 | 115 | 100 | 0 | 23 | 346 | 76 | 62 |
| Binary | 110000 | 1001011 | 11001111 | 1001101 | 1000000 | 0 | 10011 | 11100110 | 111110 | 110010 |
Color Harmonies of #304BCF
Complementary color
Monochromatic Colors of #304BCF
Black with #304BCF
Text Example
Text Example
White with #304BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BCF; }
p { color: rgb(48,75,207); }
H1.HeaderClassName
{
color: #304BCF;
}
.AnyTagClassName
{
color: #304BCF;
}
</style>
background-color css
<style>
a { background-color: #304BCF; }
a { background-color: rgb(48,75,207); }
div.DivClassName
{
background-color: #304BCF;
}
.BgClassName
{
background-color: #304BCF;
}
</style>
border-color css
<style>
span { border-color: #304BCF; }
span { border-color: rgb(48,75,207); }
td.TdClassName
{
border-color: #304BCF;
}
.TagClassName
{
border-color: #304BCF;
}
</style>