Shades of Endeavour #215A8A
Tints of Endeavour #215A8A
RGB
CMYK
RGB Variations
Color information
#215A8A (or 0x215A8A) is known color: Endeavour. HEX triplet: 21, 5A and 8A. RGB value is (33,90,138). Sum of RGB (Red+Green+Blue) = 33+90+138=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #215A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A8A is #DEA575. Grayscale: #4E4E4E. Windows color (decimal): -14591350 or 9067041. OLE color: 9067041.
HSL color Cylindrical-coordinate representation of color #215A8A: hue angle of 207.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215A8A is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 90 | 138 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.46 |
| HSL | 207.43º | 0.61% | 0.34% | - |
| HSV(B) | 207.43º | 0.76% | 0.54% | - |
| XYZ | 8.87 | 9.47 | 25.41 | - |
| YUV | 78.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 138 | 0.76 | 0.35 | 0 | 0.46 | 207.43 | 0.61 | 0.34 |
| Hex | 21 | 5A | 8A | 4C | 23 | 0 | 2E | CF | 3D | 22 |
| Octal | 41 | 132 | 212 | 114 | 43 | 0 | 56 | 317 | 75 | 42 |
| Binary | 100001 | 1011010 | 10001010 | 1001100 | 100011 | 0 | 101110 | 11001111 | 111101 | 100010 |
Color Harmonies of #215A8A
Complementary color
Monochromatic Colors of #215A8A
Black with #215A8A
Text Example
Text Example
White with #215A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A8A; }
p { color: rgb(33,90,138); }
H1.HeaderClassName
{
color: #215A8A;
}
.AnyTagClassName
{
color: #215A8A;
}
</style>
background-color css
<style>
a { background-color: #215A8A; }
a { background-color: rgb(33,90,138); }
div.DivClassName
{
background-color: #215A8A;
}
.BgClassName
{
background-color: #215A8A;
}
</style>
border-color css
<style>
span { border-color: #215A8A; }
span { border-color: rgb(33,90,138); }
td.TdClassName
{
border-color: #215A8A;
}
.TagClassName
{
border-color: #215A8A;
}
</style>