Html Css Color HEX #20528A Endeavour

📋 copy color: '#20528A'

red 32 ◦ green 82 ◦ blue 138

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

Shades of Endeavour #20528A

Tints of Endeavour #20528A

RGB

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

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

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

R = 12.7%
G = 32.54%
B = 54.76%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20528A (or 0x20528A) is known color: Endeavour. HEX triplet: 20, 52 and 8A. RGB value is (32,82,138). Sum of RGB (Red+Green+Blue) = 32+82+138=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #20528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20528A is #DFAD75. Grayscale: #494949. Windows color (decimal): -14658934 or 9064992. OLE color: 9064992.

HSL color Cylindrical-coordinate representation of color #20528A: hue angle of 211.7º 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 #20528A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 82 138 -
CMYK 0.77 0.41 0 0.46
HSL 211.7º 0.62% 0.33% -
HSV(B) 211.7º 0.77% 0.54% -
XYZ 8.2 8.18 25.19 -
YUV 73.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 32 82 138 0.77 0.41 0 0.46 211.7 0.62 0.33
Hex 20 52 8A 4D 29 0 2E D4 3E 21
Octal 40 122 212 115 51 0 56 324 76 41
Binary 100000 1010010 10001010 1001101 101001 0 101110 11010100 111110 100001

Color Harmonies of #20528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20528A

Black with #20528A

Text Example


Text Example

White with #20528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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