#205270

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

Shades of Orient #205270

Tints of Orient #205270

Color information

#205270 (or 0x205270) is unknown color: approx Orient. HEX triplet: 20, 52 and 70. RGB value is (32,82,112). Sum of RGB (Red+Green+Blue) = 32+82+112=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #205270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205270 is #DFAD8F. Grayscale: #464646. Windows color (decimal): -14658960 or 7361056. OLE color: 7361056.

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

Color convert

RGB3282112-
CMYK0.710.2700.56
HSL202.5º55.56%28.24%-
HSV(B)202.5º71.43%43.92%-
XYZ6.547.5116.43-
YUV70.47151.44100.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=14.16%
G=36.28%
B=49.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32821120.710.2700.56202.555.5628.24
Hex205270471B038ca381c
Octal40122160107330703127034
Binary1000001010010111000010001111101101110001100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205270; }

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

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

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

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

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

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

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

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