Html Css Color HEX #205293 Endeavour

📋 copy color: '#205293'

red 32 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #205293

Tints of Endeavour #205293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 12.26%
G = 31.42%
B = 56.32%

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

#205293 (or 0x205293) is known color: Endeavour. HEX triplet: 20, 52 and 93. RGB value is (32,82,147). Sum of RGB (Red+Green+Blue) = 32+82+147=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #205293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205293 is #DFAD6C. Grayscale: #4A4A4A. Windows color (decimal): -14658925 or 9654816. OLE color: 9654816.

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

Color convert

RGB 32 82 147 -
CMYK 0.78 0.44 0 0.42
HSL 213.91º 0.64% 0.35% -
HSV(B) 213.91º 0.78% 0.58% -
XYZ 8.88 8.45 28.77 -
YUV 74.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 32 82 147 0.78 0.44 0 0.42 213.91 0.64 0.35
Hex 20 52 93 4E 2C 0 2A D6 40 23
Octal 40 122 223 116 54 0 52 326 100 43
Binary 100000 1010010 10010011 1001110 101100 0 101010 11010110 1000000 100011

Color Harmonies of #205293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205293

Black with #205293

Text Example


Text Example

White with #205293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205293; }

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

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

background-color css

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

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

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

border-color css

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

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

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