#204793

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

Shades of Endeavour #204793

Tints of Endeavour #204793

Color information

#204793 (or 0x204793) is unknown color: approx Endeavour. HEX triplet: 20, 47 and 93. RGB value is (32,71,147). Sum of RGB (Red+Green+Blue) = 32+71+147=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #204793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204793 is #DFB86C. Grayscale: #434343. Windows color (decimal): -14661741 or 9652000. OLE color: 9652000.

HSL color Cylindrical-coordinate representation of color #204793: hue angle of 219.65º 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 #204793 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3271147-
CMYK0.780.5200.42
HSL219.65º64.25%35.1%-
HSV(B)219.65º78.23%57.65%-
XYZ8.126.9228.51-
YUV68172.58102.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=12.8%
G=28.4%
B=58.8%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32711470.780.5200.42219.6564.2535.1
Hex2047934E3402Adc4023
Octal401072231166405233410043
Binary10000010001111001001110011101101000101010110111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204793; }

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

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

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

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

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

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

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

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