Html Css Color HEX #205691 Endeavour

📋 copy color: '#205691'

red 32 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #205691

Tints of Endeavour #205691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 12.17%
G = 32.7%
B = 55.13%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#205691 (or 0x205691) is known color: Endeavour. HEX triplet: 20, 56 and 91. RGB value is (32,86,145). Sum of RGB (Red+Green+Blue) = 32+86+145=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #205691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205691 is #DFA96E. Grayscale: #4C4C4C. Windows color (decimal): -14657903 or 9524768. OLE color: 9524768.

HSL color Cylindrical-coordinate representation of color #205691: hue angle of 211.33º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205691 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 86 145 -
CMYK 0.78 0.41 0 0.43
HSL 211.33º 0.64% 0.35% -
HSV(B) 211.33º 0.78% 0.57% -
XYZ 9.03 9.01 28.05 -
YUV 76.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 32 86 145 0.78 0.41 0 0.43 211.33 0.64 0.35
Hex 20 56 91 4E 29 0 2B D3 40 23
Octal 40 126 221 116 51 0 53 323 100 43
Binary 100000 1010110 10010001 1001110 101001 0 101011 11010011 1000000 100011

Color Harmonies of #205691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205691

Black with #205691

Text Example


Text Example

White with #205691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205691; }

 p { color: rgb(32,86,145); }

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

background-color css

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

 a { background-color: rgb(32,86,145); }

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

border-color css

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

 span { border-color: rgb(32,86,145); }

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