#204D8B

Color #204D8B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #204D8B

Tints of Endeavour #204D8B

Color information

#204D8B (or 0x204D8B) is unknown color: approx Endeavour. HEX triplet: 20, 4D and 8B. RGB value is (32,77,139). Sum of RGB (Red+Green+Blue) = 32+77+139=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #204D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D8B is #DFB274. Grayscale: #464646. Windows color (decimal): -14660213 or 9129248. OLE color: 9129248.

HSL color Cylindrical-coordinate representation of color #204D8B: hue angle of 214.77º 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 #204D8B is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3277139-
CMYK0.770.4500.45
HSL214.77º62.57%33.53%-
HSV(B)214.77º76.98%54.51%-
XYZ7.917.4825.45-
YUV70.61166.59100.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=12.90%
G=31.05%
B=56.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32771390.770.4500.45214.7762.5733.53
Hex204D8B4D2D02Dd73f22
Octal40115213115550553277742
Binary1000001001101100010111001101101101010110111010111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204D8B; }

 p { color: rgb(32,77,139); }

 H1.HeaderClassName
 {
   color: #204D8B;
 }
 .AnyTagClassName
 {
   color: #204D8B;
 }
</style>
background-color css

<style>
 a { background-color: #204D8B; }

 a { background-color: rgb(32,77,139); }

 div.DivClassName
 {
   background-color: #204D8B;
 }
 .BgClassName
 {
   background-color: #204D8B;
 }
</style>
border-color css

<style>
 span { border-color: #204D8B; }

 span { border-color: rgb(32,77,139); }

 td.TdClassName
 {
   border-color: #204D8B;
 }
 .TagClassName
 {
   border-color: #204D8B;
 }
</style>