Html Css Color HEX #206590 Endeavour

📋 copy color: '#206590'

red 32 ◦ green 101 ◦ blue 144

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

Shades of Endeavour #206590

Tints of Endeavour #206590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 11.55%
G = 36.46%
B = 51.99%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#206590 (or 0x206590) is known color: Endeavour. HEX triplet: 20, 65 and 90. RGB value is (32,101,144). Sum of RGB (Red+Green+Blue) = 32+101+144=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #206590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206590 is #DF9A6F. Grayscale: #555555. Windows color (decimal): -14654064 or 9463072. OLE color: 9463072.

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

Color convert

RGB 32 101 144 -
CMYK 0.78 0.30 0 0.44
HSL 203.04º 0.64% 0.35% -
HSV(B) 203.04º 0.78% 0.56% -
XYZ 10.28 11.63 28.09 -
YUV 85.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 32 101 144 0.78 0.30 0 0.44 203.04 0.64 0.35
Hex 20 65 90 4E 1E 0 2C CB 40 23
Octal 40 145 220 116 36 0 54 313 100 43
Binary 100000 1100101 10010000 1001110 11110 0 101100 11001011 1000000 100011

Color Harmonies of #206590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206590

Black with #206590

Text Example


Text Example

White with #206590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206590; }

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

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

background-color css

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

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

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

border-color css

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

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

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