#205775

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

Shades of Orient #205775

Tints of Orient #205775

Color information

#205775 (or 0x205775) is unknown color: approx Orient. HEX triplet: 20, 57 and 75. RGB value is (32,87,117). Sum of RGB (Red+Green+Blue) = 32+87+117=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #205775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205775 is #DFA88A. Grayscale: #494949. Windows color (decimal): -14657675 or 7690016. OLE color: 7690016.

HSL color Cylindrical-coordinate representation of color #205775: hue angle of 201.18º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205775 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3287117-
CMYK0.730.2600.54
HSL201.18º57.05%29.22%-
HSV(B)201.18º72.65%45.88%-
XYZ7.218.4118.07-
YUV73.97152.2898.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=13.56%
G=36.86%
B=49.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32871170.730.2600.54201.1857.0529.22
Hex205775491A036c9391d
Octal40127165111320663117135
Binary1000001010111111010110010011101001101101100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205775; }

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

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

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

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

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

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

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

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