#204C93

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

Shades of Endeavour #204C93

Tints of Endeavour #204C93

Color information

#204C93 (or 0x204C93) is unknown color: approx Endeavour. HEX triplet: 20, 4C and 93. RGB value is (32,76,147). Sum of RGB (Red+Green+Blue) = 32+76+147=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #204C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C93 is #DFB36C. Grayscale: #464646. Windows color (decimal): -14660461 or 9653280. OLE color: 9653280.

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

Color convert

RGB3276147-
CMYK0.780.4800.42
HSL217.04º64.25%35.1%-
HSV(B)217.04º78.23%57.65%-
XYZ8.457.5828.62-
YUV70.94170.92100.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=12.55%
G=29.80%
B=57.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32761470.780.4800.42217.0464.2535.1
Hex204C934E3002Ad94023
Octal401142231166005233110043
Binary10000010011001001001110011101100000101010110110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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