Shades of Cerulean Blue #2749AB
Tints of Cerulean Blue #2749AB
RGB
CMYK
RGB Variations
Color information
#2749AB (or 0x2749AB) is known color: Cerulean Blue. HEX triplet: 27, 49 and AB. RGB value is (39,73,171). Sum of RGB (Red+Green+Blue) = 39+73+171=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2749AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2749AB is #D8B654. Grayscale: #494949. Windows color (decimal): -14202453 or 11225383. OLE color: 11225383.
HSL color Cylindrical-coordinate representation of color #2749AB: hue angle of 224.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 #2749AB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 73 | 171 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.33 |
| HSL | 224.55º | 0.63% | 0.41% | - |
| HSV(B) | 224.55º | 0.77% | 0.67% | - |
| XYZ | 10.57 | 8.14 | 39.54 | - |
| YUV | 74.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 171 | 0.77 | 0.57 | 0 | 0.33 | 224.55 | 0.63 | 0.41 |
| Hex | 27 | 49 | AB | 4D | 39 | 0 | 21 | E1 | 3F | 29 |
| Octal | 47 | 111 | 253 | 115 | 71 | 0 | 41 | 341 | 77 | 51 |
| Binary | 100111 | 1001001 | 10101011 | 1001101 | 111001 | 0 | 100001 | 11100001 | 111111 | 101001 |
Color Harmonies of #2749AB
Complementary color
Monochromatic Colors of #2749AB
Black with #2749AB
Text Example
Text Example
White with #2749AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749AB; }
p { color: rgb(39,73,171); }
H1.HeaderClassName
{
color: #2749AB;
}
.AnyTagClassName
{
color: #2749AB;
}
</style>
background-color css
<style>
a { background-color: #2749AB; }
a { background-color: rgb(39,73,171); }
div.DivClassName
{
background-color: #2749AB;
}
.BgClassName
{
background-color: #2749AB;
}
</style>
border-color css
<style>
span { border-color: #2749AB; }
span { border-color: rgb(39,73,171); }
td.TdClassName
{
border-color: #2749AB;
}
.TagClassName
{
border-color: #2749AB;
}
</style>