#204d84

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

Shades of Endeavour #204D84

Tints of Endeavour #204D84

Color information

#204D84 (or 0x204D84) is unknown color: approx Endeavour. HEX triplet: 20, 4D and 84. RGB value is (32,77,132). Sum of RGB (Red+Green+Blue) = 32+77+132=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #204D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D84 is #DFB27B. Grayscale: #454545. Windows color (decimal): -14660220 or 8670496. OLE color: 8670496.

HSL color Cylindrical-coordinate representation of color #204D84: hue angle of 213º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204D84 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3277132-
CMYK0.760.4200.48
HSL213º60.98%32.16%-
HSV(B)213º75.76%51.76%-
XYZ7.417.2822.84-
YUV69.82163.09101.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=13.28%
G=31.95%
B=54.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32771320.760.4200.4821360.9832.16
Hex204D844C2A030d53d20
Octal40115204114520603257540
Binary1000001001101100001001001100101010011000011010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204d84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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