Html Css Color HEX #206495 Endeavour

📋 copy color: '#206495'

red 32 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #206495

Tints of Endeavour #206495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 11.39%
G = 35.59%
B = 53.02%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206495 (or 0x206495) is known color: Endeavour. HEX triplet: 20, 64 and 95. RGB value is (32,100,149). Sum of RGB (Red+Green+Blue) = 32+100+149=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #206495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206495 is #DF9B6A. Grayscale: #545454. Windows color (decimal): -14654315 or 9790496. OLE color: 9790496.

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

Color convert

RGB 32 100 149 -
CMYK 0.79 0.33 0 0.42
HSL 205.13º 0.65% 0.35% -
HSV(B) 205.13º 0.79% 0.58% -
XYZ 10.58 11.59 30.11 -
YUV 85.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 32 100 149 0.79 0.33 0 0.42 205.13 0.65 0.35
Hex 20 64 95 4F 21 0 2A CD 41 23
Octal 40 144 225 117 41 0 52 315 101 43
Binary 100000 1100100 10010101 1001111 100001 0 101010 11001101 1000001 100011

Color Harmonies of #206495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206495

Black with #206495

Text Example


Text Example

White with #206495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206495; }

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

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

background-color css

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

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

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

border-color css

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

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

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