#205271

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

Shades of Orient #205271

Tints of Orient #205271

Color information

#205271 (or 0x205271) is unknown color: approx Orient. HEX triplet: 20, 52 and 71. RGB value is (32,82,113). Sum of RGB (Red+Green+Blue) = 32+82+113=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #205271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205271 is #DFAD8E. Grayscale: #464646. Windows color (decimal): -14658959 or 7426592. OLE color: 7426592.

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

Color convert

RGB3282113-
CMYK0.720.2700.56
HSL202.96º55.86%28.43%-
HSV(B)202.96º71.68%44.31%-
XYZ6.597.5316.73-
YUV70.58151.94100.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=14.10%
G=36.12%
B=49.78%

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
Decimal32821130.720.2700.56202.9655.8628.43
Hex205271481B038cb381c
Octal40122161110330703137034
Binary1000001010010111000110010001101101110001100101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205271; }

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

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

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

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

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

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

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

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