#205475

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

Shades of Orient #205475

Tints of Orient #205475

Color information

#205475 (or 0x205475) is unknown color: approx Orient. HEX triplet: 20, 54 and 75. RGB value is (32,84,117). Sum of RGB (Red+Green+Blue) = 32+84+117=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #205475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205475 is #DFAB8A. Grayscale: #484848. Windows color (decimal): -14658443 or 7689248. OLE color: 7689248.

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

Color convert

RGB3284117-
CMYK0.730.2800.54
HSL203.29º57.05%29.22%-
HSV(B)203.29º72.65%45.88%-
XYZ6.987.9317.99-
YUV72.21153.2799.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=13.73%
G=36.05%
B=50.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32841170.730.2800.54203.2957.0529.22
Hex205475491C036cb391d
Octal40124165111340663137135
Binary1000001010100111010110010011110001101101100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205475; }

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

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

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

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

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

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

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

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