Html Css Color HEX #206296 Endeavour

📋 copy color: '#206296'

red 32 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #206296

Tints of Endeavour #206296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 11.43%
G = 35%
B = 53.57%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#206296 (or 0x206296) is known color: Endeavour. HEX triplet: 20, 62 and 96. RGB value is (32,98,150). Sum of RGB (Red+Green+Blue) = 32+98+150=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #206296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206296 is #DF9D69. Grayscale: #535353. Windows color (decimal): -14654826 or 9855520. OLE color: 9855520.

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

Color convert

RGB 32 98 150 -
CMYK 0.79 0.35 0 0.41
HSL 206.44º 0.65% 0.36% -
HSV(B) 206.44º 0.79% 0.59% -
XYZ 10.47 11.24 30.47 -
YUV 84.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 32 98 150 0.79 0.35 0 0.41 206.44 0.65 0.36
Hex 20 62 96 4F 23 0 29 CE 41 24
Octal 40 142 226 117 43 0 51 316 101 44
Binary 100000 1100010 10010110 1001111 100011 0 101001 11001110 1000001 100100

Color Harmonies of #206296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206296

Black with #206296

Text Example


Text Example

White with #206296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206296; }

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

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

background-color css

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

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

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

border-color css

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

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

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