Shades of Endeavour #204A8B
Tints of Endeavour #204A8B
RGB
CMYK
RGB Variations
Color information
#204A8B (or 0x204A8B) is known color: Endeavour. HEX triplet: 20, 4A and 8B. RGB value is (32,74,139). Sum of RGB (Red+Green+Blue) = 32+74+139=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #204A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A8B is #DFB574. Grayscale: #444444. Windows color (decimal): -14660981 or 9128480. OLE color: 9128480.
HSL color Cylindrical-coordinate representation of color #204A8B: hue angle of 216.45º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204A8B is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 74 | 139 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.45 |
| HSL | 216.45º | 0.63% | 0.34% | - |
| HSV(B) | 216.45º | 0.77% | 0.55% | - |
| XYZ | 7.7 | 7.07 | 25.38 | - |
| YUV | 68.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 139 | 0.77 | 0.47 | 0 | 0.45 | 216.45 | 0.63 | 0.34 |
| Hex | 20 | 4A | 8B | 4D | 2F | 0 | 2D | D8 | 3F | 22 |
| Octal | 40 | 112 | 213 | 115 | 57 | 0 | 55 | 330 | 77 | 42 |
| Binary | 100000 | 1001010 | 10001011 | 1001101 | 101111 | 0 | 101101 | 11011000 | 111111 | 100010 |
Color Harmonies of #204A8B
Complementary color
Monochromatic Colors of #204A8B
Black with #204A8B
Text Example
Text Example
White with #204A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A8B; }
p { color: rgb(32,74,139); }
H1.HeaderClassName
{
color: #204A8B;
}
.AnyTagClassName
{
color: #204A8B;
}
</style>
background-color css
<style>
a { background-color: #204A8B; }
a { background-color: rgb(32,74,139); }
div.DivClassName
{
background-color: #204A8B;
}
.BgClassName
{
background-color: #204A8B;
}
</style>
border-color css
<style>
span { border-color: #204A8B; }
span { border-color: rgb(32,74,139); }
td.TdClassName
{
border-color: #204A8B;
}
.TagClassName
{
border-color: #204A8B;
}
</style>