Html Css Color HEX #205595 Endeavour

📋 copy color: '#205595'

red 32 ◦ green 85 ◦ blue 149

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

Shades of Endeavour #205595

Tints of Endeavour #205595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 12.03%
G = 31.95%
B = 56.02%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205595 (or 0x205595) is known color: Endeavour. HEX triplet: 20, 55 and 95. RGB value is (32,85,149). Sum of RGB (Red+Green+Blue) = 32+85+149=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #205595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205595 is #DFAA6A. Grayscale: #4C4C4C. Windows color (decimal): -14658155 or 9786656. OLE color: 9786656.

HSL color Cylindrical-coordinate representation of color #205595: hue angle of 212.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205595 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 85 149 -
CMYK 0.79 0.43 0 0.42
HSL 212.82º 0.65% 0.35% -
HSV(B) 212.82º 0.79% 0.58% -
XYZ 9.27 8.97 29.68 -
YUV 76.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 32 85 149 0.79 0.43 0 0.42 212.82 0.65 0.35
Hex 20 55 95 4F 2B 0 2A D5 41 23
Octal 40 125 225 117 53 0 52 325 101 43
Binary 100000 1010101 10010101 1001111 101011 0 101010 11010101 1000001 100011

Color Harmonies of #205595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205595

Black with #205595

Text Example


Text Example

White with #205595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205595; }

 p { color: rgb(32,85,149); }

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

background-color css

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

 a { background-color: rgb(32,85,149); }

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

border-color css

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

 span { border-color: rgb(32,85,149); }

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