Shades of Cerulean Blue #3053BA
Tints of Cerulean Blue #3053BA
RGB
CMYK
RGB Variations
Color information
#3053BA (or 0x3053BA) is known color: Cerulean Blue. HEX triplet: 30, 53 and BA. RGB value is (48,83,186). Sum of RGB (Red+Green+Blue) = 48+83+186=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3053BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3053BA is #CFAC45. Grayscale: #535353. Windows color (decimal): -13610054 or 12210992. OLE color: 12210992.
HSL color Cylindrical-coordinate representation of color #3053BA: hue angle of 224.78º 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 #3053BA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 83 | 186 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 224.78º | 0.59% | 0.46% | - |
| HSV(B) | 224.78º | 0.74% | 0.73% | - |
| XYZ | 13.18 | 10.36 | 47.76 | - |
| YUV | 84.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 186 | 0.74 | 0.55 | 0 | 0.27 | 224.78 | 0.59 | 0.46 |
| Hex | 30 | 53 | BA | 4A | 37 | 0 | 1B | E1 | 3B | 2E |
| Octal | 60 | 123 | 272 | 112 | 67 | 0 | 33 | 341 | 73 | 56 |
| Binary | 110000 | 1010011 | 10111010 | 1001010 | 110111 | 0 | 11011 | 11100001 | 111011 | 101110 |
Color Harmonies of #3053BA
Complementary color
Monochromatic Colors of #3053BA
Black with #3053BA
Text Example
Text Example
White with #3053BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053BA; }
p { color: rgb(48,83,186); }
H1.HeaderClassName
{
color: #3053BA;
}
.AnyTagClassName
{
color: #3053BA;
}
</style>
background-color css
<style>
a { background-color: #3053BA; }
a { background-color: rgb(48,83,186); }
div.DivClassName
{
background-color: #3053BA;
}
.BgClassName
{
background-color: #3053BA;
}
</style>
border-color css
<style>
span { border-color: #3053BA; }
span { border-color: rgb(48,83,186); }
td.TdClassName
{
border-color: #3053BA;
}
.TagClassName
{
border-color: #3053BA;
}
</style>