Html Css Color HEX #206393 Endeavour

📋 copy color: '#206393'

red 32 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #206393

Tints of Endeavour #206393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 11.51%
G = 35.61%
B = 52.88%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206393 (or 0x206393) is known color: Endeavour. HEX triplet: 20, 63 and 93. RGB value is (32,99,147). Sum of RGB (Red+Green+Blue) = 32+99+147=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #206393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206393 is #DF9C6C. Grayscale: #545454. Windows color (decimal): -14654573 or 9659168. OLE color: 9659168.

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

Color convert

RGB 32 99 147 -
CMYK 0.78 0.33 0 0.42
HSL 205.04º 0.64% 0.35% -
HSV(B) 205.04º 0.78% 0.58% -
XYZ 10.32 11.34 29.25 -
YUV 84.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 32 99 147 0.78 0.33 0 0.42 205.04 0.64 0.35
Hex 20 63 93 4E 21 0 2A CD 40 23
Octal 40 143 223 116 41 0 52 315 100 43
Binary 100000 1100011 10010011 1001110 100001 0 101010 11001101 1000000 100011

Color Harmonies of #206393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206393

Black with #206393

Text Example


Text Example

White with #206393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206393; }

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

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

background-color css

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

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

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

border-color css

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

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

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