Shades of Cerulean Blue #2653AB
Tints of Cerulean Blue #2653AB
RGB
CMYK
RGB Variations
Color information
#2653AB (or 0x2653AB) is known color: Cerulean Blue. HEX triplet: 26, 53 and AB. RGB value is (38,83,171). Sum of RGB (Red+Green+Blue) = 38+83+171=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2653AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2653AB is #D9AC54. Grayscale: #4F4F4F. Windows color (decimal): -14265429 or 11227942. OLE color: 11227942.
HSL color Cylindrical-coordinate representation of color #2653AB: hue angle of 219.7º 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 #2653AB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 83 | 171 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.33 |
| HSL | 219.7º | 0.64% | 0.41% | - |
| HSV(B) | 219.7º | 0.78% | 0.67% | - |
| XYZ | 11.24 | 9.54 | 39.78 | - |
| YUV | 79.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 171 | 0.78 | 0.51 | 0 | 0.33 | 219.7 | 0.64 | 0.41 |
| Hex | 26 | 53 | AB | 4E | 33 | 0 | 21 | DC | 40 | 29 |
| Octal | 46 | 123 | 253 | 116 | 63 | 0 | 41 | 334 | 100 | 51 |
| Binary | 100110 | 1010011 | 10101011 | 1001110 | 110011 | 0 | 100001 | 11011100 | 1000000 | 101001 |
Color Harmonies of #2653AB
Complementary color
Monochromatic Colors of #2653AB
Black with #2653AB
Text Example
Text Example
White with #2653AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653AB; }
p { color: rgb(38,83,171); }
H1.HeaderClassName
{
color: #2653AB;
}
.AnyTagClassName
{
color: #2653AB;
}
</style>
background-color css
<style>
a { background-color: #2653AB; }
a { background-color: rgb(38,83,171); }
div.DivClassName
{
background-color: #2653AB;
}
.BgClassName
{
background-color: #2653AB;
}
</style>
border-color css
<style>
span { border-color: #2653AB; }
span { border-color: rgb(38,83,171); }
td.TdClassName
{
border-color: #2653AB;
}
.TagClassName
{
border-color: #2653AB;
}
</style>