#205C90

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

Shades of Endeavour #205C90

Tints of Endeavour #205C90

Color information

#205C90 (or 0x205C90) is unknown color: approx Endeavour. HEX triplet: 20, 5C and 90. RGB value is (32,92,144). Sum of RGB (Red+Green+Blue) = 32+92+144=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #205C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C90 is #DFA36F. Grayscale: #4F4F4F. Windows color (decimal): -14656368 or 9460768. OLE color: 9460768.

HSL color Cylindrical-coordinate representation of color #205C90: hue angle of 207.86º 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 #205C90 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3292144-
CMYK0.780.3600.44
HSL207.86º63.64%34.51%-
HSV(B)207.86º77.78%56.47%-
XYZ9.469.9727.81-
YUV79.99164.1293.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=11.94%
G=34.33%
B=53.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32921440.780.3600.44207.8663.6434.51
Hex205C904E2402Cd04023
Octal401342201164405432010043
Binary10000010111001001000010011101001000101100110100001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205C90; }

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

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

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

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

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

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

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

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