Html Css Color HEX #20539F Endeavour

📋 copy color: '#20539F'

red 32 ◦ green 83 ◦ blue 159

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

Shades of Endeavour #20539F

Tints of Endeavour #20539F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 11.68%
G = 30.29%
B = 58.03%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20539F (or 0x20539F) is known color: Endeavour. HEX triplet: 20, 53 and 9F. RGB value is (32,83,159). Sum of RGB (Red+Green+Blue) = 32+83+159=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #20539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20539F is #DFAC60. Grayscale: #4C4C4C. Windows color (decimal): -14658657 or 10441504. OLE color: 10441504.

HSL color Cylindrical-coordinate representation of color #20539F: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20539F is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 83 159 -
CMYK 0.80 0.48 0 0.38
HSL 215.91º 0.66% 0.37% -
HSV(B) 215.91º 0.8% 0.62% -
XYZ 9.95 9 34.01 -
YUV 76.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 32 83 159 0.80 0.48 0 0.38 215.91 0.66 0.37
Hex 20 53 9F 50 30 0 26 D8 42 25
Octal 40 123 237 120 60 0 46 330 102 45
Binary 100000 1010011 10011111 1010000 110000 0 100110 11011000 1000010 100101

Color Harmonies of #20539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20539F

Black with #20539F

Text Example


Text Example

White with #20539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20539F; }

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

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

background-color css

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

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

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

border-color css

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

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

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