Html Css Color HEX #205688 Endeavour

📋 copy color: '#205688'

red 32 ◦ green 86 ◦ blue 136

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

Shades of Endeavour #205688

Tints of Endeavour #205688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 12.6%
G = 33.86%
B = 53.54%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#205688 (or 0x205688) is known color: Endeavour. HEX triplet: 20, 56 and 88. RGB value is (32,86,136). Sum of RGB (Red+Green+Blue) = 32+86+136=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #205688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205688 is #DFA977. Grayscale: #4B4B4B. Windows color (decimal): -14657912 or 8934944. OLE color: 8934944.

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

Color convert

RGB 32 86 136 -
CMYK 0.76 0.37 0 0.47
HSL 208.85º 0.62% 0.33% -
HSV(B) 208.85º 0.76% 0.53% -
XYZ 8.37 8.74 24.54 -
YUV 75.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 32 86 136 0.76 0.37 0 0.47 208.85 0.62 0.33
Hex 20 56 88 4C 25 0 2F D1 3E 21
Octal 40 126 210 114 45 0 57 321 76 41
Binary 100000 1010110 10001000 1001100 100101 0 101111 11010001 111110 100001

Color Harmonies of #205688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205688

Black with #205688

Text Example


Text Example

White with #205688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205688; }

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

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

background-color css

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

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

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

border-color css

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

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

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