Html Css Color HEX #206197 Endeavour

📋 copy color: '#206197'

red 32 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #206197

Tints of Endeavour #206197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 11.43%
G = 34.64%
B = 53.93%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#206197 (or 0x206197) is known color: Endeavour. HEX triplet: 20, 61 and 97. RGB value is (32,97,151). Sum of RGB (Red+Green+Blue) = 32+97+151=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #206197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206197 is #DF9E68. Grayscale: #535353. Windows color (decimal): -14655081 or 9920800. OLE color: 9920800.

HSL color Cylindrical-coordinate representation of color #206197: hue angle of 207.23º 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 #206197 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 97 151 -
CMYK 0.79 0.36 0 0.41
HSL 207.23º 0.65% 0.36% -
HSV(B) 207.23º 0.79% 0.59% -
XYZ 10.46 11.09 30.87 -
YUV 83.72 165.97 91.11 -
System Red Green Blue C M Y K H S L
Decimal 32 97 151 0.79 0.36 0 0.41 207.23 0.65 0.36
Hex 20 61 97 4F 24 0 29 CF 41 24
Octal 40 141 227 117 44 0 51 317 101 44
Binary 100000 1100001 10010111 1001111 100100 0 101001 11001111 1000001 100100

Color Harmonies of #206197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206197

Black with #206197

Text Example


Text Example

White with #206197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206197; }

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

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

background-color css

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

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

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

border-color css

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

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

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