#205772

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

Shades of Orient #205772

Tints of Orient #205772

Color information

#205772 (or 0x205772) is unknown color: approx Orient. HEX triplet: 20, 57 and 72. RGB value is (32,87,114). Sum of RGB (Red+Green+Blue) = 32+87+114=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #205772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205772 is #DFA88D. Grayscale: #494949. Windows color (decimal): -14657678 or 7493408. OLE color: 7493408.

HSL color Cylindrical-coordinate representation of color #205772: hue angle of 199.76º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205772 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3287114-
CMYK0.720.2400.55
HSL199.76º56.16%28.63%-
HSV(B)199.76º71.93%44.71%-
XYZ7.048.3417.16-
YUV73.63150.7898.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=13.73%
G=37.34%
B=48.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32871140.720.2400.55199.7656.1628.63
Hex2057724818037c8381d
Octal40127162110300673107035
Binary1000001010111111001010010001100001101111100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205772; }

 p { color: rgb(32,87,114); }

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

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

 a { background-color: rgb(32,87,114); }

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

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

 span { border-color: rgb(32,87,114); }

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