#204C84

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

Shades of Endeavour #204C84

Tints of Endeavour #204C84

Color information

#204C84 (or 0x204C84) is unknown color: approx Endeavour. HEX triplet: 20, 4C and 84. RGB value is (32,76,132). Sum of RGB (Red+Green+Blue) = 32+76+132=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #204C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C84 is #DFB37B. Grayscale: #444444. Windows color (decimal): -14660476 or 8670240. OLE color: 8670240.

HSL color Cylindrical-coordinate representation of color #204C84: hue angle of 213.6º 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 #204C84 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3276132-
CMYK0.760.4200.48
HSL213.6º60.98%32.16%-
HSV(B)213.6º75.76%51.76%-
XYZ7.347.1422.82-
YUV69.23163.42101.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 132 (51.95% from 255) = 55%
R=13.33%
G=31.67%
B=55%

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
Decimal32761320.760.4200.48213.660.9832.16
Hex204C844C2A030d63d20
Octal40114204114520603267540
Binary1000001001100100001001001100101010011000011010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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