Html Css Color HEX #20576E Orient

📋 copy color: '#20576E'

red 32 ◦ green 87 ◦ blue 110

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

Shades of Orient #20576E

Tints of Orient #20576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 13.97%
G = 37.99%
B = 48.03%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20576E (or 0x20576E) is known color: Orient. HEX triplet: 20, 57 and 6E. RGB value is (32,87,110). Sum of RGB (Red+Green+Blue) = 32+87+110=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #20576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576E is #DFA891. Grayscale: #494949. Windows color (decimal): -14657682 or 7231264. OLE color: 7231264.

HSL color Cylindrical-coordinate representation of color #20576E: hue angle of 197.69º 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 #20576E is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 87 110 -
CMYK 0.71 0.21 0 0.57
HSL 197.69º 0.55% 0.28% -
HSV(B) 197.69º 0.71% 0.43% -
XYZ 6.82 8.25 15.98 -
YUV 73.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 32 87 110 0.71 0.21 0 0.57 197.69 0.55 0.28
Hex 20 57 6E 47 15 0 39 C6 37 1C
Octal 40 127 156 107 25 0 71 306 67 34
Binary 100000 1010111 1101110 1000111 10101 0 111001 11000110 110111 11100

Color Harmonies of #20576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20576E

Black with #20576E

Text Example


Text Example

White with #20576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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