Shades of Cerulean Blue #304DCB
Tints of Cerulean Blue #304DCB
RGB
CMYK
RGB Variations
Color information
#304DCB (or 0x304DCB) is known color: Cerulean Blue. HEX triplet: 30, 4D and CB. RGB value is (48,77,203). Sum of RGB (Red+Green+Blue) = 48+77+203=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #304DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DCB is #CFB234. Grayscale: #525252. Windows color (decimal): -13611573 or 13323568. OLE color: 13323568.
HSL color Cylindrical-coordinate representation of color #304DCB: hue angle of 228.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304DCB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 77 | 203 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.20 |
| HSL | 228.77º | 0.62% | 0.49% | - |
| HSV(B) | 228.77º | 0.76% | 0.8% | - |
| XYZ | 14.65 | 10.25 | 57.71 | - |
| YUV | 82.69 | 195.89 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 203 | 0.76 | 0.62 | 0 | 0.20 | 228.77 | 0.62 | 0.49 |
| Hex | 30 | 4D | CB | 4C | 3E | 0 | 14 | E5 | 3E | 31 |
| Octal | 60 | 115 | 313 | 114 | 76 | 0 | 24 | 345 | 76 | 61 |
| Binary | 110000 | 1001101 | 11001011 | 1001100 | 111110 | 0 | 10100 | 11100101 | 111110 | 110001 |
Color Harmonies of #304DCB
Complementary color
Monochromatic Colors of #304DCB
Black with #304DCB
Text Example
Text Example
White with #304DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DCB; }
p { color: rgb(48,77,203); }
H1.HeaderClassName
{
color: #304DCB;
}
.AnyTagClassName
{
color: #304DCB;
}
</style>
background-color css
<style>
a { background-color: #304DCB; }
a { background-color: rgb(48,77,203); }
div.DivClassName
{
background-color: #304DCB;
}
.BgClassName
{
background-color: #304DCB;
}
</style>
border-color css
<style>
span { border-color: #304DCB; }
span { border-color: rgb(48,77,203); }
td.TdClassName
{
border-color: #304DCB;
}
.TagClassName
{
border-color: #304DCB;
}
</style>