Shades of Cerulean Blue #2651AE
Tints of Cerulean Blue #2651AE
RGB
CMYK
RGB Variations
Color information
#2651AE (or 0x2651AE) is known color: Cerulean Blue. HEX triplet: 26, 51 and AE. RGB value is (38,81,174). Sum of RGB (Red+Green+Blue) = 38+81+174=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #2651AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2651AE is #D9AE51. Grayscale: #4E4E4E. Windows color (decimal): -14265938 or 11424038. OLE color: 11424038.
HSL color Cylindrical-coordinate representation of color #2651AE: hue angle of 221.03º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2651AE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 81 | 174 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.32 |
| HSL | 221.03º | 0.64% | 0.42% | - |
| HSV(B) | 221.03º | 0.78% | 0.68% | - |
| XYZ | 11.38 | 9.35 | 41.25 | - |
| YUV | 78.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 174 | 0.78 | 0.53 | 0 | 0.32 | 221.03 | 0.64 | 0.42 |
| Hex | 26 | 51 | AE | 4E | 35 | 0 | 20 | DD | 40 | 2A |
| Octal | 46 | 121 | 256 | 116 | 65 | 0 | 40 | 335 | 100 | 52 |
| Binary | 100110 | 1010001 | 10101110 | 1001110 | 110101 | 0 | 100000 | 11011101 | 1000000 | 101010 |
Color Harmonies of #2651AE
Complementary color
Monochromatic Colors of #2651AE
Black with #2651AE
Text Example
Text Example
White with #2651AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2651AE; }
p { color: rgb(38,81,174); }
H1.HeaderClassName
{
color: #2651AE;
}
.AnyTagClassName
{
color: #2651AE;
}
</style>
background-color css
<style>
a { background-color: #2651AE; }
a { background-color: rgb(38,81,174); }
div.DivClassName
{
background-color: #2651AE;
}
.BgClassName
{
background-color: #2651AE;
}
</style>
border-color css
<style>
span { border-color: #2651AE; }
span { border-color: rgb(38,81,174); }
td.TdClassName
{
border-color: #2651AE;
}
.TagClassName
{
border-color: #2651AE;
}
</style>