Html Css Color HEX #205497 Endeavour

📋 copy color: '#205497'

red 32 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #205497

Tints of Endeavour #205497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 11.99%
G = 31.46%
B = 56.55%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#205497 (or 0x205497) is known color: Endeavour. HEX triplet: 20, 54 and 97. RGB value is (32,84,151). Sum of RGB (Red+Green+Blue) = 32+84+151=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #205497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205497 is #DFAB68. Grayscale: #4B4B4B. Windows color (decimal): -14658409 or 9917472. OLE color: 9917472.

HSL color Cylindrical-coordinate representation of color #205497: hue angle of 213.78º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205497 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 84 151 -
CMYK 0.79 0.44 0 0.41
HSL 213.78º 0.65% 0.36% -
HSV(B) 213.78º 0.79% 0.59% -
XYZ 9.35 8.88 30.5 -
YUV 76.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 32 84 151 0.79 0.44 0 0.41 213.78 0.65 0.36
Hex 20 54 97 4F 2C 0 29 D6 41 24
Octal 40 124 227 117 54 0 51 326 101 44
Binary 100000 1010100 10010111 1001111 101100 0 101001 11010110 1000001 100100

Color Harmonies of #205497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205497

Black with #205497

Text Example


Text Example

White with #205497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205497; }

 p { color: rgb(32,84,151); }

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

background-color css

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

 a { background-color: rgb(32,84,151); }

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

border-color css

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

 span { border-color: rgb(32,84,151); }

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