Shades of Cerulean Blue #2654AC
Tints of Cerulean Blue #2654AC
RGB
CMYK
RGB Variations
Color information
#2654AC (or 0x2654AC) is known color: Cerulean Blue. HEX triplet: 26, 54 and AC. RGB value is (38,84,172). Sum of RGB (Red+Green+Blue) = 38+84+172=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #2654AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2654AC is #D9AB53. Grayscale: #4F4F4F. Windows color (decimal): -14265172 or 11293734. OLE color: 11293734.
HSL color Cylindrical-coordinate representation of color #2654AC: hue angle of 219.4º 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 #2654AC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 84 | 172 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.33 |
| HSL | 219.4º | 0.64% | 0.41% | - |
| HSV(B) | 219.4º | 0.78% | 0.67% | - |
| XYZ | 11.42 | 9.73 | 40.31 | - |
| YUV | 80.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 172 | 0.78 | 0.51 | 0 | 0.33 | 219.4 | 0.64 | 0.41 |
| Hex | 26 | 54 | AC | 4E | 33 | 0 | 21 | DB | 40 | 29 |
| Octal | 46 | 124 | 254 | 116 | 63 | 0 | 41 | 333 | 100 | 51 |
| Binary | 100110 | 1010100 | 10101100 | 1001110 | 110011 | 0 | 100001 | 11011011 | 1000000 | 101001 |
Color Harmonies of #2654AC
Complementary color
Monochromatic Colors of #2654AC
Black with #2654AC
Text Example
Text Example
White with #2654AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654AC; }
p { color: rgb(38,84,172); }
H1.HeaderClassName
{
color: #2654AC;
}
.AnyTagClassName
{
color: #2654AC;
}
</style>
background-color css
<style>
a { background-color: #2654AC; }
a { background-color: rgb(38,84,172); }
div.DivClassName
{
background-color: #2654AC;
}
.BgClassName
{
background-color: #2654AC;
}
</style>
border-color css
<style>
span { border-color: #2654AC; }
span { border-color: rgb(38,84,172); }
td.TdClassName
{
border-color: #2654AC;
}
.TagClassName
{
border-color: #2654AC;
}
</style>