#205471

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

Shades of Orient #205471

Tints of Orient #205471

Color information

#205471 (or 0x205471) is unknown color: approx Orient. HEX triplet: 20, 54 and 71. RGB value is (32,84,113). Sum of RGB (Red+Green+Blue) = 32+84+113=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #205471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205471 is #DFAB8E. Grayscale: #474747. Windows color (decimal): -14658447 or 7427104. OLE color: 7427104.

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

Color convert

RGB3284113-
CMYK0.720.2600.56
HSL201.48º55.86%28.43%-
HSV(B)201.48º71.68%44.31%-
XYZ6.757.8416.78-
YUV71.76151.2799.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=13.97%
G=36.68%
B=49.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32841130.720.2600.56201.4855.8628.43
Hex205471481A038c9381c
Octal40124161110320703117034
Binary1000001010100111000110010001101001110001100100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205471; }

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

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

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

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

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

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

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

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