Shades of Cerulean Blue #3047BC
Tints of Cerulean Blue #3047BC
RGB
CMYK
RGB Variations
Color information
#3047BC (or 0x3047BC) is known color: Cerulean Blue. HEX triplet: 30, 47 and BC. RGB value is (48,71,188). Sum of RGB (Red+Green+Blue) = 48+71+188=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #3047BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047BC is #CFB843. Grayscale: #4C4C4C. Windows color (decimal): -13613124 or 12338992. OLE color: 12338992.
HSL color Cylindrical-coordinate representation of color #3047BC: hue angle of 230.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3047BC is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 71 | 188 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.26 |
| HSL | 230.14º | 0.59% | 0.46% | - |
| HSV(B) | 230.14º | 0.74% | 0.74% | - |
| XYZ | 12.55 | 8.77 | 48.61 | - |
| YUV | 77.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 188 | 0.74 | 0.62 | 0 | 0.26 | 230.14 | 0.59 | 0.46 |
| Hex | 30 | 47 | BC | 4A | 3E | 0 | 1A | E6 | 3B | 2E |
| Octal | 60 | 107 | 274 | 112 | 76 | 0 | 32 | 346 | 73 | 56 |
| Binary | 110000 | 1000111 | 10111100 | 1001010 | 111110 | 0 | 11010 | 11100110 | 111011 | 101110 |
Color Harmonies of #3047BC
Complementary color
Monochromatic Colors of #3047BC
Black with #3047BC
Text Example
Text Example
White with #3047BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3047BC; }
p { color: rgb(48,71,188); }
H1.HeaderClassName
{
color: #3047BC;
}
.AnyTagClassName
{
color: #3047BC;
}
</style>
background-color css
<style>
a { background-color: #3047BC; }
a { background-color: rgb(48,71,188); }
div.DivClassName
{
background-color: #3047BC;
}
.BgClassName
{
background-color: #3047BC;
}
</style>
border-color css
<style>
span { border-color: #3047BC; }
span { border-color: rgb(48,71,188); }
td.TdClassName
{
border-color: #3047BC;
}
.TagClassName
{
border-color: #3047BC;
}
</style>