#205175

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

Shades of Orient #205175

Tints of Orient #205175

Color information

#205175 (or 0x205175) is unknown color: approx Orient. HEX triplet: 20, 51 and 75. RGB value is (32,81,117). Sum of RGB (Red+Green+Blue) = 32+81+117=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #205175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205175 is #DFAE8A. Grayscale: #464646. Windows color (decimal): -14659211 or 7688480. OLE color: 7688480.

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

Color convert

RGB3281117-
CMYK0.730.3100.54
HSL205.41º57.05%29.22%-
HSV(B)205.41º72.65%45.88%-
XYZ6.757.4817.92-
YUV70.45154.27100.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=13.91%
G=35.22%
B=50.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32811170.730.3100.54205.4157.0529.22
Hex205175491F036cd391d
Octal40121165111370663157135
Binary1000001010001111010110010011111101101101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205175; }

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

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

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

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

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

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

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

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