#204694

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

Shades of Endeavour #204694

Tints of Endeavour #204694

Color information

#204694 (or 0x204694) is unknown color: approx Endeavour. HEX triplet: 20, 46 and 94. RGB value is (32,70,148). Sum of RGB (Red+Green+Blue) = 32+70+148=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #204694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204694 is #DFB96B. Grayscale: #434343. Windows color (decimal): -14661996 or 9717280. OLE color: 9717280.

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

Color convert

RGB3270148-
CMYK0.780.5300.42
HSL220.34º64.44%35.29%-
HSV(B)220.34º78.38%58.04%-
XYZ8.136.8328.91-
YUV67.53173.41102.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=12.8%
G=28%
B=59.2%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32701480.780.5300.42220.3464.4435.29
Hex2046944E3502Adc4023
Octal401062241166505233410043
Binary10000010001101001010010011101101010101010110111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204694; }

 p { color: rgb(32,70,148); }

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

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

 a { background-color: rgb(32,70,148); }

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

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

 span { border-color: rgb(32,70,148); }

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