#204E95

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

Shades of Endeavour #204E95

Tints of Endeavour #204E95

Color information

#204E95 (or 0x204E95) is unknown color: approx Endeavour. HEX triplet: 20, 4E and 95. RGB value is (32,78,149). Sum of RGB (Red+Green+Blue) = 32+78+149=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #204E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E95 is #DFB16A. Grayscale: #484848. Windows color (decimal): -14659947 or 9784864. OLE color: 9784864.

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

Color convert

RGB3278149-
CMYK0.790.4800.42
HSL216.41º64.64%35.49%-
HSV(B)216.41º78.52%58.43%-
XYZ8.747.9329.5-
YUV72.34171.2699.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=12.36%
G=30.12%
B=57.53%

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
Decimal32781490.790.4800.42216.4164.6435.49
Hex204E954F3002Ad84123
Octal401162251176005233010143
Binary10000010011101001010110011111100000101010110110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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