Html Css Color HEX #205394 Endeavour

📋 copy color: '#205394'

red 32 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #205394

Tints of Endeavour #205394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 12.17%
G = 31.56%
B = 56.27%

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

#205394 (or 0x205394) is known color: Endeavour. HEX triplet: 20, 53 and 94. RGB value is (32,83,148). Sum of RGB (Red+Green+Blue) = 32+83+148=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #205394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205394 is #DFAC6B. Grayscale: #4A4A4A. Windows color (decimal): -14658668 or 9720608. OLE color: 9720608.

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

Color convert

RGB 32 83 148 -
CMYK 0.78 0.44 0 0.42
HSL 213.62º 0.64% 0.35% -
HSV(B) 213.62º 0.78% 0.58% -
XYZ 9.03 8.63 29.21 -
YUV 75.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 32 83 148 0.78 0.44 0 0.42 213.62 0.64 0.35
Hex 20 53 94 4E 2C 0 2A D6 40 23
Octal 40 123 224 116 54 0 52 326 100 43
Binary 100000 1010011 10010100 1001110 101100 0 101010 11010110 1000000 100011

Color Harmonies of #205394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205394

Black with #205394

Text Example


Text Example

White with #205394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205394; }

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

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

background-color css

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

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

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

border-color css

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

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

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