#204893

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

Shades of Endeavour #204893

Tints of Endeavour #204893

Color information

#204893 (or 0x204893) is unknown color: approx Endeavour. HEX triplet: 20, 48 and 93. RGB value is (32,72,147). Sum of RGB (Red+Green+Blue) = 32+72+147=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #204893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204893 is #DFB76C. Grayscale: #444444. Windows color (decimal): -14661485 or 9652256. OLE color: 9652256.

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

Color convert

RGB3272147-
CMYK0.780.5100.42
HSL219.13º64.25%35.1%-
HSV(B)219.13º78.23%57.65%-
XYZ8.187.0528.53-
YUV68.59172.25101.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=12.75%
G=28.69%
B=58.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32721470.780.5100.42219.1364.2535.1
Hex2048934E3302Adb4023
Octal401102231166305233310043
Binary10000010010001001001110011101100110101010110110111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204893; }

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

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

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

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

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

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

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

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