Shades of Cerulean Blue #2754AA
Tints of Cerulean Blue #2754AA
RGB
CMYK
RGB Variations
Color information
#2754AA (or 0x2754AA) is known color: Cerulean Blue. HEX triplet: 27, 54 and AA. RGB value is (39,84,170). Sum of RGB (Red+Green+Blue) = 39+84+170=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #2754AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2754AA is #D8AB55. Grayscale: #4F4F4F. Windows color (decimal): -14199638 or 11162663. OLE color: 11162663.
HSL color Cylindrical-coordinate representation of color #2754AA: hue angle of 219.39º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2754AA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 84 | 170 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.33 |
| HSL | 219.39º | 0.63% | 0.41% | - |
| HSV(B) | 219.39º | 0.77% | 0.67% | - |
| XYZ | 11.26 | 9.67 | 39.3 | - |
| YUV | 80.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 170 | 0.77 | 0.51 | 0 | 0.33 | 219.39 | 0.63 | 0.41 |
| Hex | 27 | 54 | AA | 4D | 33 | 0 | 21 | DB | 3F | 29 |
| Octal | 47 | 124 | 252 | 115 | 63 | 0 | 41 | 333 | 77 | 51 |
| Binary | 100111 | 1010100 | 10101010 | 1001101 | 110011 | 0 | 100001 | 11011011 | 111111 | 101001 |
Color Harmonies of #2754AA
Complementary color
Monochromatic Colors of #2754AA
Black with #2754AA
Text Example
Text Example
White with #2754AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754AA; }
p { color: rgb(39,84,170); }
H1.HeaderClassName
{
color: #2754AA;
}
.AnyTagClassName
{
color: #2754AA;
}
</style>
background-color css
<style>
a { background-color: #2754AA; }
a { background-color: rgb(39,84,170); }
div.DivClassName
{
background-color: #2754AA;
}
.BgClassName
{
background-color: #2754AA;
}
</style>
border-color css
<style>
span { border-color: #2754AA; }
span { border-color: rgb(39,84,170); }
td.TdClassName
{
border-color: #2754AA;
}
.TagClassName
{
border-color: #2754AA;
}
</style>