Html Css Color HEX #20576D Orient

📋 copy color: '#20576D'

red 32 ◦ green 87 ◦ blue 109

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

Shades of Orient #20576D

Tints of Orient #20576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 14.04%
G = 38.16%
B = 47.81%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20576D (or 0x20576D) is known color: Orient. HEX triplet: 20, 57 and 6D. RGB value is (32,87,109). Sum of RGB (Red+Green+Blue) = 32+87+109=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #20576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576D is #DFA892. Grayscale: #484848. Windows color (decimal): -14657683 or 7165728. OLE color: 7165728.

HSL color Cylindrical-coordinate representation of color #20576D: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20576D is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 87 109 -
CMYK 0.71 0.20 0 0.57
HSL 197.14º 0.55% 0.28% -
HSV(B) 197.14º 0.71% 0.43% -
XYZ 6.76 8.23 15.7 -
YUV 73.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 32 87 109 0.71 0.20 0 0.57 197.14 0.55 0.28
Hex 20 57 6D 47 14 0 39 C5 37 1C
Octal 40 127 155 107 24 0 71 305 67 34
Binary 100000 1010111 1101101 1000111 10100 0 111001 11000101 110111 11100

Color Harmonies of #20576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20576D

Black with #20576D

Text Example


Text Example

White with #20576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20576D; }

 p { color: rgb(32,87,109); }

 H1.HeaderClassName
 {
   color: #20576D;
 }
 .AnyTagClassName
 {
   color: #20576D;
 }
</style>

background-color css

<style>
 a { background-color: #20576D; }

 a { background-color: rgb(32,87,109); }

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

border-color css

<style>
 span { border-color: #20576D; }

 span { border-color: rgb(32,87,109); }

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