#205071

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

Shades of Orient #205071

Tints of Orient #205071

Color information

#205071 (or 0x205071) is unknown color: approx Orient. HEX triplet: 20, 50 and 71. RGB value is (32,80,113). Sum of RGB (Red+Green+Blue) = 32+80+113=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #205071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205071 is #DFAF8E. Grayscale: #454545. Windows color (decimal): -14659471 or 7426080. OLE color: 7426080.

HSL color Cylindrical-coordinate representation of color #205071: hue angle of 204.44º 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 #205071 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3280113-
CMYK0.720.2900.56
HSL204.44º55.86%28.43%-
HSV(B)204.44º71.68%44.31%-
XYZ6.447.2416.68-
YUV69.41152.6101.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=14.22%
G=35.56%
B=50.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32801130.720.2900.56204.4455.8628.43
Hex205071481D038cc381c
Octal40120161110350703147034
Binary1000001010000111000110010001110101110001100110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205071; }

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

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

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

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

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

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

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

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