Shades of Endeavour #204C98
Tints of Endeavour #204C98
RGB
CMYK
RGB Variations
Color information
#204C98 (or 0x204C98) is known color: Endeavour. HEX triplet: 20, 4C and 98. RGB value is (32,76,152). Sum of RGB (Red+Green+Blue) = 32+76+152=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #204C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C98 is #DFB367. Grayscale: #474747. Windows color (decimal): -14660456 or 9980960. OLE color: 9980960.
HSL color Cylindrical-coordinate representation of color #204C98: hue angle of 218º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204C98 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 76 | 152 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.40 |
| HSL | 218º | 0.65% | 0.36% | - |
| HSV(B) | 218º | 0.79% | 0.6% | - |
| XYZ | 8.85 | 7.74 | 30.73 | - |
| YUV | 71.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 152 | 0.79 | 0.50 | 0 | 0.40 | 218 | 0.65 | 0.36 |
| Hex | 20 | 4C | 98 | 4F | 32 | 0 | 28 | DA | 41 | 24 |
| Octal | 40 | 114 | 230 | 117 | 62 | 0 | 50 | 332 | 101 | 44 |
| Binary | 100000 | 1001100 | 10011000 | 1001111 | 110010 | 0 | 101000 | 11011010 | 1000001 | 100100 |
Color Harmonies of #204C98
Complementary color
Monochromatic Colors of #204C98
Black with #204C98
Text Example
Text Example
White with #204C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C98; }
p { color: rgb(32,76,152); }
H1.HeaderClassName
{
color: #204C98;
}
.AnyTagClassName
{
color: #204C98;
}
</style>
background-color css
<style>
a { background-color: #204C98; }
a { background-color: rgb(32,76,152); }
div.DivClassName
{
background-color: #204C98;
}
.BgClassName
{
background-color: #204C98;
}
</style>
border-color css
<style>
span { border-color: #204C98; }
span { border-color: rgb(32,76,152); }
td.TdClassName
{
border-color: #204C98;
}
.TagClassName
{
border-color: #204C98;
}
</style>