Shades of Cerulean Blue #3054AA
Tints of Cerulean Blue #3054AA
RGB
CMYK
RGB Variations
Color information
#3054AA (or 0x3054AA) is known color: Cerulean Blue. HEX triplet: 30, 54 and AA. RGB value is (48,84,170). Sum of RGB (Red+Green+Blue) = 48+84+170=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #3054AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3054AA is #CFAB55. Grayscale: #525252. Windows color (decimal): -13609814 or 11162672. OLE color: 11162672.
HSL color Cylindrical-coordinate representation of color #3054AA: hue angle of 222.3º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3054AA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 84 | 170 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.33 |
| HSL | 222.3º | 0.56% | 0.43% | - |
| HSV(B) | 222.3º | 0.72% | 0.67% | - |
| XYZ | 11.64 | 9.87 | 39.32 | - |
| YUV | 83.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 170 | 0.72 | 0.51 | 0 | 0.33 | 222.3 | 0.56 | 0.43 |
| Hex | 30 | 54 | AA | 48 | 33 | 0 | 21 | DE | 38 | 2B |
| Octal | 60 | 124 | 252 | 110 | 63 | 0 | 41 | 336 | 70 | 53 |
| Binary | 110000 | 1010100 | 10101010 | 1001000 | 110011 | 0 | 100001 | 11011110 | 111000 | 101011 |
Color Harmonies of #3054AA
Complementary color
Monochromatic Colors of #3054AA
Black with #3054AA
Text Example
Text Example
White with #3054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3054AA; }
p { color: rgb(48,84,170); }
H1.HeaderClassName
{
color: #3054AA;
}
.AnyTagClassName
{
color: #3054AA;
}
</style>
background-color css
<style>
a { background-color: #3054AA; }
a { background-color: rgb(48,84,170); }
div.DivClassName
{
background-color: #3054AA;
}
.BgClassName
{
background-color: #3054AA;
}
</style>
border-color css
<style>
span { border-color: #3054AA; }
span { border-color: rgb(48,84,170); }
td.TdClassName
{
border-color: #3054AA;
}
.TagClassName
{
border-color: #3054AA;
}
</style>