Shades of Cerulean Blue #2653AD
Tints of Cerulean Blue #2653AD
RGB
CMYK
RGB Variations
Color information
#2653AD (or 0x2653AD) is known color: Cerulean Blue. HEX triplet: 26, 53 and AD. RGB value is (38,83,173). Sum of RGB (Red+Green+Blue) = 38+83+173=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #2653AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2653AD is #D9AC52. Grayscale: #4F4F4F. Windows color (decimal): -14265427 or 11359014. OLE color: 11359014.
HSL color Cylindrical-coordinate representation of color #2653AD: hue angle of 220º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2653AD is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 83 | 173 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.32 |
| HSL | 220º | 0.64% | 0.41% | - |
| HSV(B) | 220º | 0.78% | 0.68% | - |
| XYZ | 11.44 | 9.62 | 40.79 | - |
| YUV | 79.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 173 | 0.78 | 0.52 | 0 | 0.32 | 220 | 0.64 | 0.41 |
| Hex | 26 | 53 | AD | 4E | 34 | 0 | 20 | DC | 40 | 29 |
| Octal | 46 | 123 | 255 | 116 | 64 | 0 | 40 | 334 | 100 | 51 |
| Binary | 100110 | 1010011 | 10101101 | 1001110 | 110100 | 0 | 100000 | 11011100 | 1000000 | 101001 |
Color Harmonies of #2653AD
Complementary color
Monochromatic Colors of #2653AD
Black with #2653AD
Text Example
Text Example
White with #2653AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653AD; }
p { color: rgb(38,83,173); }
H1.HeaderClassName
{
color: #2653AD;
}
.AnyTagClassName
{
color: #2653AD;
}
</style>
background-color css
<style>
a { background-color: #2653AD; }
a { background-color: rgb(38,83,173); }
div.DivClassName
{
background-color: #2653AD;
}
.BgClassName
{
background-color: #2653AD;
}
</style>
border-color css
<style>
span { border-color: #2653AD; }
span { border-color: rgb(38,83,173); }
td.TdClassName
{
border-color: #2653AD;
}
.TagClassName
{
border-color: #2653AD;
}
</style>