Html Css Color HEX #206295 Endeavour

📋 copy color: '#206295'

red 32 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #206295

Tints of Endeavour #206295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 11.47%
G = 35.13%
B = 53.41%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206295 (or 0x206295) is known color: Endeavour. HEX triplet: 20, 62 and 95. RGB value is (32,98,149). Sum of RGB (Red+Green+Blue) = 32+98+149=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #206295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206295 is #DF9D6A. Grayscale: #535353. Windows color (decimal): -14654827 or 9789984. OLE color: 9789984.

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

Color convert

RGB 32 98 149 -
CMYK 0.79 0.34 0 0.42
HSL 206.15º 0.65% 0.35% -
HSV(B) 206.15º 0.79% 0.58% -
XYZ 10.39 11.21 30.05 -
YUV 84.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 32 98 149 0.79 0.34 0 0.42 206.15 0.65 0.35
Hex 20 62 95 4F 22 0 2A CE 41 23
Octal 40 142 225 117 42 0 52 316 101 43
Binary 100000 1100010 10010101 1001111 100010 0 101010 11001110 1000001 100011

Color Harmonies of #206295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206295

Black with #206295

Text Example


Text Example

White with #206295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206295; }

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

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

background-color css

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

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

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

border-color css

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

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

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