Html Css Color HEX #206392 Endeavour

📋 copy color: '#206392'

red 32 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #206392

Tints of Endeavour #206392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 11.55%
G = 35.74%
B = 52.71%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206392 (or 0x206392) is known color: Endeavour. HEX triplet: 20, 63 and 92. RGB value is (32,99,146). Sum of RGB (Red+Green+Blue) = 32+99+146=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #206392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206392 is #DF9C6D. Grayscale: #545454. Windows color (decimal): -14654574 or 9593632. OLE color: 9593632.

HSL color Cylindrical-coordinate representation of color #206392: hue angle of 204.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206392 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 99 146 -
CMYK 0.78 0.32 0 0.43
HSL 204.74º 0.64% 0.35% -
HSV(B) 204.74º 0.78% 0.57% -
XYZ 10.25 11.31 28.84 -
YUV 84.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 32 99 146 0.78 0.32 0 0.43 204.74 0.64 0.35
Hex 20 63 92 4E 20 0 2B CD 40 23
Octal 40 143 222 116 40 0 53 315 100 43
Binary 100000 1100011 10010010 1001110 100000 0 101011 11001101 1000000 100011

Color Harmonies of #206392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206392

Black with #206392

Text Example


Text Example

White with #206392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206392; }

 p { color: rgb(32,99,146); }

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

background-color css

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

 a { background-color: rgb(32,99,146); }

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

border-color css

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

 span { border-color: rgb(32,99,146); }

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