#204A93

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

Shades of Endeavour #204A93

Tints of Endeavour #204A93

Color information

#204A93 (or 0x204A93) is unknown color: approx Endeavour. HEX triplet: 20, 4A and 93. RGB value is (32,74,147). Sum of RGB (Red+Green+Blue) = 32+74+147=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #204A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A93 is #DFB56C. Grayscale: #454545. Windows color (decimal): -14660973 or 9652768. OLE color: 9652768.

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

Color convert

RGB3274147-
CMYK0.780.5000.42
HSL218.09º64.25%35.1%-
HSV(B)218.09º78.23%57.65%-
XYZ8.317.3128.58-
YUV69.76171.59101.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=12.65%
G=29.25%
B=58.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32741470.780.5000.42218.0964.2535.1
Hex204A934E3202Ada4023
Octal401122231166205233210043
Binary10000010010101001001110011101100100101010110110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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