Shades of Endeavour #21638F
Tints of Endeavour #21638F
RGB
CMYK
RGB Variations
Color information
#21638F (or 0x21638F) is known color: Endeavour. HEX triplet: 21, 63 and 8F. RGB value is (33,99,143). Sum of RGB (Red+Green+Blue) = 33+99+143=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #21638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21638F is #DE9C70. Grayscale: #545454. Windows color (decimal): -14589041 or 9397025. OLE color: 9397025.
HSL color Cylindrical-coordinate representation of color #21638F: hue angle of 204º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21638F is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 99 | 143 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.44 |
| HSL | 204º | 0.63% | 0.35% | - |
| HSV(B) | 204º | 0.77% | 0.56% | - |
| XYZ | 10.05 | 11.23 | 27.62 | - |
| YUV | 84.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 143 | 0.77 | 0.31 | 0 | 0.44 | 204 | 0.63 | 0.35 |
| Hex | 21 | 63 | 8F | 4D | 1F | 0 | 2C | CC | 3E | 23 |
| Octal | 41 | 143 | 217 | 115 | 37 | 0 | 54 | 314 | 76 | 43 |
| Binary | 100001 | 1100011 | 10001111 | 1001101 | 11111 | 0 | 101100 | 11001100 | 111110 | 100011 |
Color Harmonies of #21638F
Complementary color
Monochromatic Colors of #21638F
Black with #21638F
Text Example
Text Example
White with #21638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21638F; }
p { color: rgb(33,99,143); }
H1.HeaderClassName
{
color: #21638F;
}
.AnyTagClassName
{
color: #21638F;
}
</style>
background-color css
<style>
a { background-color: #21638F; }
a { background-color: rgb(33,99,143); }
div.DivClassName
{
background-color: #21638F;
}
.BgClassName
{
background-color: #21638F;
}
</style>
border-color css
<style>
span { border-color: #21638F; }
span { border-color: rgb(33,99,143); }
td.TdClassName
{
border-color: #21638F;
}
.TagClassName
{
border-color: #21638F;
}
</style>