Shades of Cerulean Blue #2647AB
Tints of Cerulean Blue #2647AB
RGB
CMYK
RGB Variations
Color information
#2647AB (or 0x2647AB) is known color: Cerulean Blue. HEX triplet: 26, 47 and AB. RGB value is (38,71,171). Sum of RGB (Red+Green+Blue) = 38+71+171=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #2647AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2647AB is #D9B854. Grayscale: #484848. Windows color (decimal): -14268501 or 11224870. OLE color: 11224870.
HSL color Cylindrical-coordinate representation of color #2647AB: hue angle of 225.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2647AB is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 71 | 171 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.33 |
| HSL | 225.11º | 0.64% | 0.41% | - |
| HSV(B) | 225.11º | 0.78% | 0.67% | - |
| XYZ | 10.4 | 7.86 | 39.5 | - |
| YUV | 72.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 171 | 0.78 | 0.58 | 0 | 0.33 | 225.11 | 0.64 | 0.41 |
| Hex | 26 | 47 | AB | 4E | 3A | 0 | 21 | E1 | 40 | 29 |
| Octal | 46 | 107 | 253 | 116 | 72 | 0 | 41 | 341 | 100 | 51 |
| Binary | 100110 | 1000111 | 10101011 | 1001110 | 111010 | 0 | 100001 | 11100001 | 1000000 | 101001 |
Color Harmonies of #2647AB
Complementary color
Monochromatic Colors of #2647AB
Black with #2647AB
Text Example
Text Example
White with #2647AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647AB; }
p { color: rgb(38,71,171); }
H1.HeaderClassName
{
color: #2647AB;
}
.AnyTagClassName
{
color: #2647AB;
}
</style>
background-color css
<style>
a { background-color: #2647AB; }
a { background-color: rgb(38,71,171); }
div.DivClassName
{
background-color: #2647AB;
}
.BgClassName
{
background-color: #2647AB;
}
</style>
border-color css
<style>
span { border-color: #2647AB; }
span { border-color: rgb(38,71,171); }
td.TdClassName
{
border-color: #2647AB;
}
.TagClassName
{
border-color: #2647AB;
}
</style>