Shades of Endeavour #2652A1
Tints of Endeavour #2652A1
RGB
CMYK
RGB Variations
Color information
#2652A1 (or 0x2652A1) is known color: Endeavour. HEX triplet: 26, 52 and A1. RGB value is (38,82,161). Sum of RGB (Red+Green+Blue) = 38+82+161=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #2652A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2652A1 is #D9AD5E. Grayscale: #4D4D4D. Windows color (decimal): -14265695 or 10572326. OLE color: 10572326.
HSL color Cylindrical-coordinate representation of color #2652A1: hue angle of 218.54º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2652A1 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 82 | 161 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.37 |
| HSL | 218.54º | 0.62% | 0.39% | - |
| HSV(B) | 218.54º | 0.76% | 0.63% | - |
| XYZ | 10.25 | 9.02 | 34.92 | - |
| YUV | 77.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 161 | 0.76 | 0.49 | 0 | 0.37 | 218.54 | 0.62 | 0.39 |
| Hex | 26 | 52 | A1 | 4C | 31 | 0 | 25 | DB | 3E | 27 |
| Octal | 46 | 122 | 241 | 114 | 61 | 0 | 45 | 333 | 76 | 47 |
| Binary | 100110 | 1010010 | 10100001 | 1001100 | 110001 | 0 | 100101 | 11011011 | 111110 | 100111 |
Color Harmonies of #2652A1
Complementary color
Monochromatic Colors of #2652A1
Black with #2652A1
Text Example
Text Example
White with #2652A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2652A1; }
p { color: rgb(38,82,161); }
H1.HeaderClassName
{
color: #2652A1;
}
.AnyTagClassName
{
color: #2652A1;
}
</style>
background-color css
<style>
a { background-color: #2652A1; }
a { background-color: rgb(38,82,161); }
div.DivClassName
{
background-color: #2652A1;
}
.BgClassName
{
background-color: #2652A1;
}
</style>
border-color css
<style>
span { border-color: #2652A1; }
span { border-color: rgb(38,82,161); }
td.TdClassName
{
border-color: #2652A1;
}
.TagClassName
{
border-color: #2652A1;
}
</style>