#205171

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

Shades of Orient #205171

Tints of Orient #205171

Color information

#205171 (or 0x205171) is unknown color: approx Orient. HEX triplet: 20, 51 and 71. RGB value is (32,81,113). Sum of RGB (Red+Green+Blue) = 32+81+113=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #205171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205171 is #DFAE8E. Grayscale: #454545. Windows color (decimal): -14659215 or 7426336. OLE color: 7426336.

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

Color convert

RGB3281113-
CMYK0.720.2800.56
HSL203.7º55.86%28.43%-
HSV(B)203.7º71.68%44.31%-
XYZ6.527.3816.7-
YUV70152.27100.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 113 (44.53% from 255) = 50%
R=14.16%
G=35.84%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32811130.720.2800.56203.755.8628.43
Hex205171481C038cc381c
Octal40121161110340703147034
Binary1000001010001111000110010001110001110001100110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205171; }

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

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

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

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

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

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

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

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