Shades of Cerulean Blue #3050BB
Tints of Cerulean Blue #3050BB
RGB
CMYK
RGB Variations
Color information
#3050BB (or 0x3050BB) is known color: Cerulean Blue. HEX triplet: 30, 50 and BB. RGB value is (48,80,187). Sum of RGB (Red+Green+Blue) = 48+80+187=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #3050BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050BB is #CFAF44. Grayscale: #525252. Windows color (decimal): -13610821 or 12275760. OLE color: 12275760.
HSL color Cylindrical-coordinate representation of color #3050BB: hue angle of 226.19º 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 #3050BB is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 80 | 187 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.27 |
| HSL | 226.19º | 0.59% | 0.46% | - |
| HSV(B) | 226.19º | 0.74% | 0.73% | - |
| XYZ | 13.06 | 9.95 | 48.25 | - |
| YUV | 82.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 187 | 0.74 | 0.57 | 0 | 0.27 | 226.19 | 0.59 | 0.46 |
| Hex | 30 | 50 | BB | 4A | 39 | 0 | 1B | E2 | 3B | 2E |
| Octal | 60 | 120 | 273 | 112 | 71 | 0 | 33 | 342 | 73 | 56 |
| Binary | 110000 | 1010000 | 10111011 | 1001010 | 111001 | 0 | 11011 | 11100010 | 111011 | 101110 |
Color Harmonies of #3050BB
Complementary color
Monochromatic Colors of #3050BB
Black with #3050BB
Text Example
Text Example
White with #3050BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3050BB; }
p { color: rgb(48,80,187); }
H1.HeaderClassName
{
color: #3050BB;
}
.AnyTagClassName
{
color: #3050BB;
}
</style>
background-color css
<style>
a { background-color: #3050BB; }
a { background-color: rgb(48,80,187); }
div.DivClassName
{
background-color: #3050BB;
}
.BgClassName
{
background-color: #3050BB;
}
</style>
border-color css
<style>
span { border-color: #3050BB; }
span { border-color: rgb(48,80,187); }
td.TdClassName
{
border-color: #3050BB;
}
.TagClassName
{
border-color: #3050BB;
}
</style>