Shades of Cerulean Blue #3047CB
Tints of Cerulean Blue #3047CB
RGB
CMYK
RGB Variations
Color information
#3047CB (or 0x3047CB) is known color: Cerulean Blue. HEX triplet: 30, 47 and CB. RGB value is (48,71,203). Sum of RGB (Red+Green+Blue) = 48+71+203=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #3047CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047CB is #CFB834. Grayscale: #4E4E4E. Windows color (decimal): -13613109 or 13322032. OLE color: 13322032.
HSL color Cylindrical-coordinate representation of color #3047CB: hue angle of 231.1º 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 #3047CB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 71 | 203 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.20 |
| HSL | 231.1º | 0.62% | 0.49% | - |
| HSV(B) | 231.1º | 0.76% | 0.8% | - |
| XYZ | 14.25 | 9.45 | 57.57 | - |
| YUV | 79.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 203 | 0.76 | 0.65 | 0 | 0.20 | 231.1 | 0.62 | 0.49 |
| Hex | 30 | 47 | CB | 4C | 41 | 0 | 14 | E7 | 3E | 31 |
| Octal | 60 | 107 | 313 | 114 | 101 | 0 | 24 | 347 | 76 | 61 |
| Binary | 110000 | 1000111 | 11001011 | 1001100 | 1000001 | 0 | 10100 | 11100111 | 111110 | 110001 |
Color Harmonies of #3047CB
Complementary color
Monochromatic Colors of #3047CB
Black with #3047CB
Text Example
Text Example
White with #3047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3047CB; }
p { color: rgb(48,71,203); }
H1.HeaderClassName
{
color: #3047CB;
}
.AnyTagClassName
{
color: #3047CB;
}
</style>
background-color css
<style>
a { background-color: #3047CB; }
a { background-color: rgb(48,71,203); }
div.DivClassName
{
background-color: #3047CB;
}
.BgClassName
{
background-color: #3047CB;
}
</style>
border-color css
<style>
span { border-color: #3047CB; }
span { border-color: rgb(48,71,203); }
td.TdClassName
{
border-color: #3047CB;
}
.TagClassName
{
border-color: #3047CB;
}
</style>