Html Css Color HEX #20498A Endeavour

📋 copy color: '#20498A'

red 32 ◦ green 73 ◦ blue 138

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

Shades of Endeavour #20498A

Tints of Endeavour #20498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

 BLUE value IS 138 (54.3% from 255) = 56.79%

R = 13.17%
G = 30.04%
B = 56.79%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20498A (or 0x20498A) is known color: Endeavour. HEX triplet: 20, 49 and 8A. RGB value is (32,73,138). Sum of RGB (Red+Green+Blue) = 32+73+138=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #20498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20498A is #DFB675. Grayscale: #434343. Windows color (decimal): -14661238 or 9062688. OLE color: 9062688.

HSL color Cylindrical-coordinate representation of color #20498A: hue angle of 216.79º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20498A is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 73 138 -
CMYK 0.77 0.47 0 0.46
HSL 216.79º 0.62% 0.33% -
HSV(B) 216.79º 0.77% 0.54% -
XYZ 7.57 6.91 24.98 -
YUV 68.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 32 73 138 0.77 0.47 0 0.46 216.79 0.62 0.33
Hex 20 49 8A 4D 2F 0 2E D9 3E 21
Octal 40 111 212 115 57 0 56 331 76 41
Binary 100000 1001001 10001010 1001101 101111 0 101110 11011001 111110 100001

Color Harmonies of #20498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20498A

Black with #20498A

Text Example


Text Example

White with #20498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20498A; }

 p { color: rgb(32,73,138); }

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

background-color css

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

 a { background-color: rgb(32,73,138); }

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

border-color css

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

 span { border-color: rgb(32,73,138); }

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