#204E90

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

Shades of Endeavour #204E90

Tints of Endeavour #204E90

Color information

#204E90 (or 0x204E90) is unknown color: approx Endeavour. HEX triplet: 20, 4E and 90. RGB value is (32,78,144). Sum of RGB (Red+Green+Blue) = 32+78+144=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #204E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E90 is #DFB16F. Grayscale: #474747. Windows color (decimal): -14659952 or 9457184. OLE color: 9457184.

HSL color Cylindrical-coordinate representation of color #204E90: hue angle of 215.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204E90 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3278144-
CMYK0.780.4600.44
HSL215.36º63.64%34.51%-
HSV(B)215.36º77.78%56.47%-
XYZ8.357.7727.44-
YUV71.77168.7699.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=12.60%
G=30.71%
B=56.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32781440.780.4600.44215.3663.6434.51
Hex204E904E2E02Cd74023
Octal401162201165605432710043
Binary10000010011101001000010011101011100101100110101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,78,144); }

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

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

 a { background-color: rgb(32,78,144); }

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

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

 span { border-color: rgb(32,78,144); }

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