Shades of Cerulean Blue #3054BA
Tints of Cerulean Blue #3054BA
RGB
CMYK
RGB Variations
Color information
#3054BA (or 0x3054BA) is known color: Cerulean Blue. HEX triplet: 30, 54 and BA. RGB value is (48,84,186). Sum of RGB (Red+Green+Blue) = 48+84+186=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #3054BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054BA is #CFAB45. Grayscale: #545454. Windows color (decimal): -13609798 or 12211248. OLE color: 12211248.
HSL color Cylindrical-coordinate representation of color #3054BA: hue angle of 224.35º 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 #3054BA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 84 | 186 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.27 |
| HSL | 224.35º | 0.59% | 0.46% | - |
| HSV(B) | 224.35º | 0.74% | 0.73% | - |
| XYZ | 13.25 | 10.51 | 47.79 | - |
| YUV | 84.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 186 | 0.74 | 0.55 | 0 | 0.27 | 224.35 | 0.59 | 0.46 |
| Hex | 30 | 54 | BA | 4A | 37 | 0 | 1B | E0 | 3B | 2E |
| Octal | 60 | 124 | 272 | 112 | 67 | 0 | 33 | 340 | 73 | 56 |
| Binary | 110000 | 1010100 | 10111010 | 1001010 | 110111 | 0 | 11011 | 11100000 | 111011 | 101110 |
Color Harmonies of #3054BA
Complementary color
Monochromatic Colors of #3054BA
Black with #3054BA
Text Example
Text Example
White with #3054BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3054BA; }
p { color: rgb(48,84,186); }
H1.HeaderClassName
{
color: #3054BA;
}
.AnyTagClassName
{
color: #3054BA;
}
</style>
background-color css
<style>
a { background-color: #3054BA; }
a { background-color: rgb(48,84,186); }
div.DivClassName
{
background-color: #3054BA;
}
.BgClassName
{
background-color: #3054BA;
}
</style>
border-color css
<style>
span { border-color: #3054BA; }
span { border-color: rgb(48,84,186); }
td.TdClassName
{
border-color: #3054BA;
}
.TagClassName
{
border-color: #3054BA;
}
</style>