Shades of Cerulean Blue #2754AB
Tints of Cerulean Blue #2754AB
RGB
CMYK
RGB Variations
Color information
#2754AB (or 0x2754AB) is known color: Cerulean Blue. HEX triplet: 27, 54 and AB. RGB value is (39,84,171). Sum of RGB (Red+Green+Blue) = 39+84+171=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #2754AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2754AB is #D8AB54. Grayscale: #505050. Windows color (decimal): -14199637 or 11228199. OLE color: 11228199.
HSL color Cylindrical-coordinate representation of color #2754AB: hue angle of 219.55º 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 #2754AB is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 84 | 171 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.33 |
| HSL | 219.55º | 0.63% | 0.41% | - |
| HSV(B) | 219.55º | 0.77% | 0.67% | - |
| XYZ | 11.36 | 9.71 | 39.8 | - |
| YUV | 80.46 | 179.09 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 171 | 0.77 | 0.51 | 0 | 0.33 | 219.55 | 0.63 | 0.41 |
| Hex | 27 | 54 | AB | 4D | 33 | 0 | 21 | DC | 3F | 29 |
| Octal | 47 | 124 | 253 | 115 | 63 | 0 | 41 | 334 | 77 | 51 |
| Binary | 100111 | 1010100 | 10101011 | 1001101 | 110011 | 0 | 100001 | 11011100 | 111111 | 101001 |
Color Harmonies of #2754AB
Complementary color
Monochromatic Colors of #2754AB
Black with #2754AB
Text Example
Text Example
White with #2754AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754AB; }
p { color: rgb(39,84,171); }
H1.HeaderClassName
{
color: #2754AB;
}
.AnyTagClassName
{
color: #2754AB;
}
</style>
background-color css
<style>
a { background-color: #2754AB; }
a { background-color: rgb(39,84,171); }
div.DivClassName
{
background-color: #2754AB;
}
.BgClassName
{
background-color: #2754AB;
}
</style>
border-color css
<style>
span { border-color: #2754AB; }
span { border-color: rgb(39,84,171); }
td.TdClassName
{
border-color: #2754AB;
}
.TagClassName
{
border-color: #2754AB;
}
</style>