Shades of Cerulean Blue #2654AE
Tints of Cerulean Blue #2654AE
RGB
CMYK
RGB Variations
Color information
#2654AE (or 0x2654AE) is known color: Cerulean Blue. HEX triplet: 26, 54 and AE. RGB value is (38,84,174). Sum of RGB (Red+Green+Blue) = 38+84+174=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #2654AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2654AE is #D9AB51. Grayscale: #505050. Windows color (decimal): -14265170 or 11424806. OLE color: 11424806.
HSL color Cylindrical-coordinate representation of color #2654AE: hue angle of 219.71º 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 #2654AE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 84 | 174 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.32 |
| HSL | 219.71º | 0.64% | 0.42% | - |
| HSV(B) | 219.71º | 0.78% | 0.68% | - |
| XYZ | 11.61 | 9.81 | 41.33 | - |
| YUV | 80.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 174 | 0.78 | 0.52 | 0 | 0.32 | 219.71 | 0.64 | 0.42 |
| Hex | 26 | 54 | AE | 4E | 34 | 0 | 20 | DC | 40 | 2A |
| Octal | 46 | 124 | 256 | 116 | 64 | 0 | 40 | 334 | 100 | 52 |
| Binary | 100110 | 1010100 | 10101110 | 1001110 | 110100 | 0 | 100000 | 11011100 | 1000000 | 101010 |
Color Harmonies of #2654AE
Complementary color
Monochromatic Colors of #2654AE
Black with #2654AE
Text Example
Text Example
White with #2654AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654AE; }
p { color: rgb(38,84,174); }
H1.HeaderClassName
{
color: #2654AE;
}
.AnyTagClassName
{
color: #2654AE;
}
</style>
background-color css
<style>
a { background-color: #2654AE; }
a { background-color: rgb(38,84,174); }
div.DivClassName
{
background-color: #2654AE;
}
.BgClassName
{
background-color: #2654AE;
}
</style>
border-color css
<style>
span { border-color: #2654AE; }
span { border-color: rgb(38,84,174); }
td.TdClassName
{
border-color: #2654AE;
}
.TagClassName
{
border-color: #2654AE;
}
</style>