#204D95

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

Shades of Endeavour #204D95

Tints of Endeavour #204D95

Color information

#204D95 (or 0x204D95) is unknown color: approx Endeavour. HEX triplet: 20, 4D and 95. RGB value is (32,77,149). Sum of RGB (Red+Green+Blue) = 32+77+149=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #204D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D95 is #DFB26A. Grayscale: #474747. Windows color (decimal): -14660203 or 9784608. OLE color: 9784608.

HSL color Cylindrical-coordinate representation of color #204D95: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204D95 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3277149-
CMYK0.790.4800.42
HSL216.92º64.64%35.49%-
HSV(B)216.92º78.52%58.43%-
XYZ8.677.7829.48-
YUV71.75171.5999.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=12.40%
G=29.84%
B=57.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32771490.790.4800.42216.9264.6435.49
Hex204D954F3002Ad94123
Octal401152251176005233110143
Binary10000010011011001010110011111100000101010110110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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