Html Css Color HEX #205393 Endeavour

📋 copy color: '#205393'

red 32 ◦ green 83 ◦ blue 147

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

Shades of Endeavour #205393

Tints of Endeavour #205393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 12.21%
G = 31.68%
B = 56.11%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205393 (or 0x205393) is known color: Endeavour. HEX triplet: 20, 53 and 93. RGB value is (32,83,147). Sum of RGB (Red+Green+Blue) = 32+83+147=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #205393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205393 is #DFAC6C. Grayscale: #4A4A4A. Windows color (decimal): -14658669 or 9655072. OLE color: 9655072.

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

Color convert

RGB 32 83 147 -
CMYK 0.78 0.44 0 0.42
HSL 213.39º 0.64% 0.35% -
HSV(B) 213.39º 0.78% 0.58% -
XYZ 8.96 8.6 28.79 -
YUV 75.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 32 83 147 0.78 0.44 0 0.42 213.39 0.64 0.35
Hex 20 53 93 4E 2C 0 2A D5 40 23
Octal 40 123 223 116 54 0 52 325 100 43
Binary 100000 1010011 10010011 1001110 101100 0 101010 11010101 1000000 100011

Color Harmonies of #205393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205393

Black with #205393

Text Example


Text Example

White with #205393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205393; }

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

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

background-color css

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

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

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

border-color css

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

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

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