Html Css Color HEX #205090 Endeavour

📋 copy color: '#205090'

red 32 ◦ green 80 ◦ blue 144

#205090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #205090

Tints of Endeavour #205090

RGB

 RED value IS 32 (12.89% from 255) = 12.5%

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 12.5%
G = 31.25%
B = 56.25%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#205090 (or 0x205090) is known color: Endeavour. HEX triplet: 20, 50 and 90. RGB value is (32,80,144). Sum of RGB (Red+Green+Blue) = 32+80+144=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #205090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205090 is #DFAF6F. Grayscale: #484848. Windows color (decimal): -14659440 or 9457696. OLE color: 9457696.

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

Color convert

RGB 32 80 144 -
CMYK 0.78 0.44 0 0.44
HSL 214.29º 0.64% 0.35% -
HSV(B) 214.29º 0.78% 0.56% -
XYZ 8.5 8.06 27.49 -
YUV 72.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 32 80 144 0.78 0.44 0 0.44 214.29 0.64 0.35
Hex 20 50 90 4E 2C 0 2C D6 40 23
Octal 40 120 220 116 54 0 54 326 100 43
Binary 100000 1010000 10010000 1001110 101100 0 101100 11010110 1000000 100011

Color Harmonies of #205090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205090

Black with #205090

Text Example


Text Example

White with #205090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205090; }

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

 H1.HeaderClassName
 {
   color: #205090;
 }
 .AnyTagClassName
 {
   color: #205090;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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