Shades of Cerulean Blue #2647AC
Tints of Cerulean Blue #2647AC
RGB
CMYK
RGB Variations
Color information
#2647AC (or 0x2647AC) is known color: Cerulean Blue. HEX triplet: 26, 47 and AC. RGB value is (38,71,172). Sum of RGB (Red+Green+Blue) = 38+71+172=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #2647AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2647AC is #D9B853. Grayscale: #484848. Windows color (decimal): -14268500 or 11290406. OLE color: 11290406.
HSL color Cylindrical-coordinate representation of color #2647AC: hue angle of 225.22º 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 #2647AC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 71 | 172 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.33 |
| HSL | 225.22º | 0.64% | 0.41% | - |
| HSV(B) | 225.22º | 0.78% | 0.67% | - |
| XYZ | 10.5 | 7.9 | 40 | - |
| YUV | 72.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 172 | 0.78 | 0.59 | 0 | 0.33 | 225.22 | 0.64 | 0.41 |
| Hex | 26 | 47 | AC | 4E | 3B | 0 | 21 | E1 | 40 | 29 |
| Octal | 46 | 107 | 254 | 116 | 73 | 0 | 41 | 341 | 100 | 51 |
| Binary | 100110 | 1000111 | 10101100 | 1001110 | 111011 | 0 | 100001 | 11100001 | 1000000 | 101001 |
Color Harmonies of #2647AC
Complementary color
Monochromatic Colors of #2647AC
Black with #2647AC
Text Example
Text Example
White with #2647AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647AC; }
p { color: rgb(38,71,172); }
H1.HeaderClassName
{
color: #2647AC;
}
.AnyTagClassName
{
color: #2647AC;
}
</style>
background-color css
<style>
a { background-color: #2647AC; }
a { background-color: rgb(38,71,172); }
div.DivClassName
{
background-color: #2647AC;
}
.BgClassName
{
background-color: #2647AC;
}
</style>
border-color css
<style>
span { border-color: #2647AC; }
span { border-color: rgb(38,71,172); }
td.TdClassName
{
border-color: #2647AC;
}
.TagClassName
{
border-color: #2647AC;
}
</style>