#205371

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

Shades of Orient #205371

Tints of Orient #205371

Color information

#205371 (or 0x205371) is unknown color: approx Orient. HEX triplet: 20, 53 and 71. RGB value is (32,83,113). Sum of RGB (Red+Green+Blue) = 32+83+113=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #205371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205371 is #DFAC8E. Grayscale: #474747. Windows color (decimal): -14658703 or 7426848. OLE color: 7426848.

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

Color convert

RGB3283113-
CMYK0.720.2700.56
HSL202.22º55.86%28.43%-
HSV(B)202.22º71.68%44.31%-
XYZ6.677.6916.75-
YUV71.17151.6100.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=14.04%
G=36.40%
B=49.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32831130.720.2700.56202.2255.8628.43
Hex205371481B038ca381c
Octal40123161110330703127034
Binary1000001010011111000110010001101101110001100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205371; }

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

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

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

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

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

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

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

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