#204A82

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

Shades of Endeavour #204A82

Tints of Endeavour #204A82

Color information

#204A82 (or 0x204A82) is unknown color: approx Endeavour. HEX triplet: 20, 4A and 82. RGB value is (32,74,130). Sum of RGB (Red+Green+Blue) = 32+74+130=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #204A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A82 is #DFB57D. Grayscale: #434343. Windows color (decimal): -14660990 or 8538656. OLE color: 8538656.

HSL color Cylindrical-coordinate representation of color #204A82: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204A82 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3274130-
CMYK0.750.4300.49
HSL214.29º60.49%31.76%-
HSV(B)214.29º75.38%50.98%-
XYZ7.076.8222.06-
YUV67.83163.09102.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=13.56%
G=31.36%
B=55.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32741300.750.4300.49214.2960.4931.76
Hex204A824B2B031d63c20
Octal40112202113530613267440
Binary1000001001010100000101001011101011011000111010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,74,130); }

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

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

 a { background-color: rgb(32,74,130); }

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

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

 span { border-color: rgb(32,74,130); }

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