#205675

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

Shades of Orient #205675

Tints of Orient #205675

Color information

#205675 (or 0x205675) is unknown color: approx Orient. HEX triplet: 20, 56 and 75. RGB value is (32,86,117). Sum of RGB (Red+Green+Blue) = 32+86+117=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #205675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205675 is #DFA98A. Grayscale: #494949. Windows color (decimal): -14657931 or 7689760. OLE color: 7689760.

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

Color convert

RGB3286117-
CMYK0.730.2600.54
HSL201.88º57.05%29.22%-
HSV(B)201.88º72.65%45.88%-
XYZ7.138.2518.05-
YUV73.39152.6198.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=13.62%
G=36.60%
B=49.79%

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
Decimal32861170.730.2600.54201.8857.0529.22
Hex205675491A036ca391d
Octal40126165111320663127135
Binary1000001010110111010110010011101001101101100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205675; }

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

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

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

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

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

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

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

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