#204E93

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

Shades of Endeavour #204E93

Tints of Endeavour #204E93

Color information

#204E93 (or 0x204E93) is unknown color: approx Endeavour. HEX triplet: 20, 4E and 93. RGB value is (32,78,147). Sum of RGB (Red+Green+Blue) = 32+78+147=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #204E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E93 is #DFB16C. Grayscale: #474747. Windows color (decimal): -14659949 or 9653792. OLE color: 9653792.

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

Color convert

RGB3278147-
CMYK0.780.4700.42
HSL216º64.25%35.1%-
HSV(B)216º78.23%57.65%-
XYZ8.597.8628.67-
YUV72.11170.2699.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=12.45%
G=30.35%
B=57.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32781470.780.4700.4221664.2535.1
Hex204E934E2F02Ad84023
Octal401162231165705233010043
Binary10000010011101001001110011101011110101010110110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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