Html Css Color HEX #205689 Endeavour

📋 copy color: '#205689'

red 32 ◦ green 86 ◦ blue 137

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

Shades of Endeavour #205689

Tints of Endeavour #205689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 12.55%
G = 33.73%
B = 53.73%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205689 (or 0x205689) is known color: Endeavour. HEX triplet: 20, 56 and 89. RGB value is (32,86,137). Sum of RGB (Red+Green+Blue) = 32+86+137=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #205689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205689 is #DFA976. Grayscale: #4B4B4B. Windows color (decimal): -14657911 or 9000480. OLE color: 9000480.

HSL color Cylindrical-coordinate representation of color #205689: hue angle of 209.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205689 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 86 137 -
CMYK 0.77 0.37 0 0.46
HSL 209.14º 0.62% 0.33% -
HSV(B) 209.14º 0.77% 0.54% -
XYZ 8.44 8.77 24.91 -
YUV 75.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 32 86 137 0.77 0.37 0 0.46 209.14 0.62 0.33
Hex 20 56 89 4D 25 0 2E D1 3E 21
Octal 40 126 211 115 45 0 56 321 76 41
Binary 100000 1010110 10001001 1001101 100101 0 101110 11010001 111110 100001

Color Harmonies of #205689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205689

Black with #205689

Text Example


Text Example

White with #205689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205689; }

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

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

background-color css

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

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

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

border-color css

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

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

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