Html Css Color HEX #20549B Endeavour

📋 copy color: '#20549B'

red 32 ◦ green 84 ◦ blue 155

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

Shades of Endeavour #20549B

Tints of Endeavour #20549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 11.81%
G = 31%
B = 57.2%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20549B (or 0x20549B) is known color: Endeavour. HEX triplet: 20, 54 and 9B. RGB value is (32,84,155). Sum of RGB (Red+Green+Blue) = 32+84+155=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #20549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20549B is #DFAB64. Grayscale: #4C4C4C. Windows color (decimal): -14658405 or 10179616. OLE color: 10179616.

HSL color Cylindrical-coordinate representation of color #20549B: hue angle of 214.63º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20549B is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 84 155 -
CMYK 0.79 0.46 0 0.39
HSL 214.63º 0.66% 0.37% -
HSV(B) 214.63º 0.79% 0.61% -
XYZ 9.68 9.01 32.24 -
YUV 76.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 32 84 155 0.79 0.46 0 0.39 214.63 0.66 0.37
Hex 20 54 9B 4F 2E 0 27 D7 42 25
Octal 40 124 233 117 56 0 47 327 102 45
Binary 100000 1010100 10011011 1001111 101110 0 100111 11010111 1000010 100101

Color Harmonies of #20549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20549B

Black with #20549B

Text Example


Text Example

White with #20549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20549B; }

 p { color: rgb(32,84,155); }

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

background-color css

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

 a { background-color: rgb(32,84,155); }

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

border-color css

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

 span { border-color: rgb(32,84,155); }

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