Shades of Cerulean Blue #2652AD
Tints of Cerulean Blue #2652AD
RGB
CMYK
RGB Variations
Color information
#2652AD (or 0x2652AD) is known color: Cerulean Blue. HEX triplet: 26, 52 and AD. RGB value is (38,82,173). Sum of RGB (Red+Green+Blue) = 38+82+173=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #2652AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2652AD is #D9AD52. Grayscale: #4E4E4E. Windows color (decimal): -14265683 or 11358758. OLE color: 11358758.
HSL color Cylindrical-coordinate representation of color #2652AD: hue angle of 220.44º 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 #2652AD is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 82 | 173 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.32 |
| HSL | 220.44º | 0.64% | 0.41% | - |
| HSV(B) | 220.44º | 0.78% | 0.68% | - |
| XYZ | 11.36 | 9.46 | 40.76 | - |
| YUV | 79.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 173 | 0.78 | 0.53 | 0 | 0.32 | 220.44 | 0.64 | 0.41 |
| Hex | 26 | 52 | AD | 4E | 35 | 0 | 20 | DC | 40 | 29 |
| Octal | 46 | 122 | 255 | 116 | 65 | 0 | 40 | 334 | 100 | 51 |
| Binary | 100110 | 1010010 | 10101101 | 1001110 | 110101 | 0 | 100000 | 11011100 | 1000000 | 101001 |
Color Harmonies of #2652AD
Complementary color
Monochromatic Colors of #2652AD
Black with #2652AD
Text Example
Text Example
White with #2652AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652AD; }
p { color: rgb(38,82,173); }
H1.HeaderClassName
{
color: #2652AD;
}
.AnyTagClassName
{
color: #2652AD;
}
</style>
background-color css
<style>
a { background-color: #2652AD; }
a { background-color: rgb(38,82,173); }
div.DivClassName
{
background-color: #2652AD;
}
.BgClassName
{
background-color: #2652AD;
}
</style>
border-color css
<style>
span { border-color: #2652AD; }
span { border-color: rgb(38,82,173); }
td.TdClassName
{
border-color: #2652AD;
}
.TagClassName
{
border-color: #2652AD;
}
</style>