Shades of Cerulean Blue #3047BB
Tints of Cerulean Blue #3047BB
RGB
CMYK
RGB Variations
Color information
#3047BB (or 0x3047BB) is known color: Cerulean Blue. HEX triplet: 30, 47 and BB. RGB value is (48,71,187). Sum of RGB (Red+Green+Blue) = 48+71+187=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #3047BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047BB is #CFB844. Grayscale: #4C4C4C. Windows color (decimal): -13613125 or 12273456. OLE color: 12273456.
HSL color Cylindrical-coordinate representation of color #3047BB: hue angle of 230.07º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3047BB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 71 | 187 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.27 |
| HSL | 230.07º | 0.59% | 0.46% | - |
| HSV(B) | 230.07º | 0.74% | 0.73% | - |
| XYZ | 12.44 | 8.72 | 48.04 | - |
| YUV | 77.35 | 189.88 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 187 | 0.74 | 0.62 | 0 | 0.27 | 230.07 | 0.59 | 0.46 |
| Hex | 30 | 47 | BB | 4A | 3E | 0 | 1B | E6 | 3B | 2E |
| Octal | 60 | 107 | 273 | 112 | 76 | 0 | 33 | 346 | 73 | 56 |
| Binary | 110000 | 1000111 | 10111011 | 1001010 | 111110 | 0 | 11011 | 11100110 | 111011 | 101110 |
Color Harmonies of #3047BB
Complementary color
Monochromatic Colors of #3047BB
Black with #3047BB
Text Example
Text Example
White with #3047BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3047BB; }
p { color: rgb(48,71,187); }
H1.HeaderClassName
{
color: #3047BB;
}
.AnyTagClassName
{
color: #3047BB;
}
</style>
background-color css
<style>
a { background-color: #3047BB; }
a { background-color: rgb(48,71,187); }
div.DivClassName
{
background-color: #3047BB;
}
.BgClassName
{
background-color: #3047BB;
}
</style>
border-color css
<style>
span { border-color: #3047BB; }
span { border-color: rgb(48,71,187); }
td.TdClassName
{
border-color: #3047BB;
}
.TagClassName
{
border-color: #3047BB;
}
</style>