#20576F

Color #20576F Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #20576F

Tints of Orient #20576F

Color information

#20576F (or 0x20576F) is unknown color: approx Orient. HEX triplet: 20, 57 and 6F. RGB value is (32,87,111). Sum of RGB (Red+Green+Blue) = 32+87+111=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #20576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576F is #DFA890. Grayscale: #494949. Windows color (decimal): -14657681 or 7296800. OLE color: 7296800.

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

Color convert

RGB3287111-
CMYK0.710.2200.56
HSL198.23º55.24%28.04%-
HSV(B)198.23º71.17%43.53%-
XYZ6.878.2716.27-
YUV73.29149.2898.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=13.91%
G=37.83%
B=48.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32871110.710.2200.56198.2355.2428.04
Hex20576F4716038c6371c
Octal40127157107260703066734
Binary1000001010111110111110001111011001110001100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20576F;
 }
 .AnyTagClassName
 {
   color: #20576F;
 }
</style>
background-color css

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

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

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

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

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

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