Shades of Endeavour #2152A4
Tints of Endeavour #2152A4
RGB
CMYK
RGB Variations
Color information
#2152A4 (or 0x2152A4) is known color: Endeavour. HEX triplet: 21, 52 and A4. RGB value is (33,82,164). Sum of RGB (Red+Green+Blue) = 33+82+164=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #2152A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152A4 is #DEAD5B. Grayscale: #4C4C4C. Windows color (decimal): -14593372 or 10768929. OLE color: 10768929.
HSL color Cylindrical-coordinate representation of color #2152A4: hue angle of 217.56º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2152A4 is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 82 | 164 | - |
| CMYK | 0.80 | 0.5 | 0 | 0.36 |
| HSL | 217.56º | 0.66% | 0.39% | - |
| HSV(B) | 217.56º | 0.8% | 0.64% | - |
| XYZ | 10.35 | 9.04 | 36.32 | - |
| YUV | 76.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 164 | 0.80 | 0.5 | 0 | 0.36 | 217.56 | 0.66 | 0.39 |
| Hex | 21 | 52 | A4 | 50 | 32 | 0 | 24 | DA | 42 | 27 |
| Octal | 41 | 122 | 244 | 120 | 62 | 0 | 44 | 332 | 102 | 47 |
| Binary | 100001 | 1010010 | 10100100 | 1010000 | 110010 | 0 | 100100 | 11011010 | 1000010 | 100111 |
Color Harmonies of #2152A4
Complementary color
Monochromatic Colors of #2152A4
Black with #2152A4
Text Example
Text Example
White with #2152A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152A4; }
p { color: rgb(33,82,164); }
H1.HeaderClassName
{
color: #2152A4;
}
.AnyTagClassName
{
color: #2152A4;
}
</style>
background-color css
<style>
a { background-color: #2152A4; }
a { background-color: rgb(33,82,164); }
div.DivClassName
{
background-color: #2152A4;
}
.BgClassName
{
background-color: #2152A4;
}
</style>
border-color css
<style>
span { border-color: #2152A4; }
span { border-color: rgb(33,82,164); }
td.TdClassName
{
border-color: #2152A4;
}
.TagClassName
{
border-color: #2152A4;
}
</style>