Html Css Color HEX #20538B Endeavour

📋 copy color: '#20538B'

red 32 ◦ green 83 ◦ blue 139

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

Shades of Endeavour #20538B

Tints of Endeavour #20538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 12.6%
G = 32.68%
B = 54.72%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20538B (or 0x20538B) is known color: Endeavour. HEX triplet: 20, 53 and 8B. RGB value is (32,83,139). Sum of RGB (Red+Green+Blue) = 32+83+139=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #20538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20538B is #DFAC74. Grayscale: #494949. Windows color (decimal): -14658677 or 9130784. OLE color: 9130784.

HSL color Cylindrical-coordinate representation of color #20538B: hue angle of 211.4º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20538B is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 83 139 -
CMYK 0.77 0.40 0 0.45
HSL 211.4º 0.63% 0.34% -
HSV(B) 211.4º 0.77% 0.55% -
XYZ 8.35 8.36 25.6 -
YUV 74.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 32 83 139 0.77 0.40 0 0.45 211.4 0.63 0.34
Hex 20 53 8B 4D 28 0 2D D3 3F 22
Octal 40 123 213 115 50 0 55 323 77 42
Binary 100000 1010011 10001011 1001101 101000 0 101101 11010011 111111 100010

Color Harmonies of #20538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20538B

Black with #20538B

Text Example


Text Example

White with #20538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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