Shades of Cerulean Blue #3053BB
Tints of Cerulean Blue #3053BB
RGB
CMYK
RGB Variations
Color information
#3053BB (or 0x3053BB) is known color: Cerulean Blue. HEX triplet: 30, 53 and BB. RGB value is (48,83,187). Sum of RGB (Red+Green+Blue) = 48+83+187=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #3053BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053BB is #CFAC44. Grayscale: #535353. Windows color (decimal): -13610053 or 12276528. OLE color: 12276528.
HSL color Cylindrical-coordinate representation of color #3053BB: hue angle of 224.89º 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 #3053BB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 83 | 187 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.27 |
| HSL | 224.89º | 0.59% | 0.46% | - |
| HSV(B) | 224.89º | 0.74% | 0.73% | - |
| XYZ | 13.28 | 10.4 | 48.32 | - |
| YUV | 84.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 187 | 0.74 | 0.56 | 0 | 0.27 | 224.89 | 0.59 | 0.46 |
| Hex | 30 | 53 | BB | 4A | 38 | 0 | 1B | E1 | 3B | 2E |
| Octal | 60 | 123 | 273 | 112 | 70 | 0 | 33 | 341 | 73 | 56 |
| Binary | 110000 | 1010011 | 10111011 | 1001010 | 111000 | 0 | 11011 | 11100001 | 111011 | 101110 |
Color Harmonies of #3053BB
Complementary color
Monochromatic Colors of #3053BB
Black with #3053BB
Text Example
Text Example
White with #3053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053BB; }
p { color: rgb(48,83,187); }
H1.HeaderClassName
{
color: #3053BB;
}
.AnyTagClassName
{
color: #3053BB;
}
</style>
background-color css
<style>
a { background-color: #3053BB; }
a { background-color: rgb(48,83,187); }
div.DivClassName
{
background-color: #3053BB;
}
.BgClassName
{
background-color: #3053BB;
}
</style>
border-color css
<style>
span { border-color: #3053BB; }
span { border-color: rgb(48,83,187); }
td.TdClassName
{
border-color: #3053BB;
}
.TagClassName
{
border-color: #3053BB;
}
</style>