#205275

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

Shades of Orient #205275

Tints of Orient #205275

Color information

#205275 (or 0x205275) is unknown color: approx Orient. HEX triplet: 20, 52 and 75. RGB value is (32,82,117). Sum of RGB (Red+Green+Blue) = 32+82+117=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #205275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205275 is #DFAD8A. Grayscale: #464646. Windows color (decimal): -14658955 or 7688736. OLE color: 7688736.

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

Color convert

RGB3282117-
CMYK0.730.3000.54
HSL204.71º57.05%29.22%-
HSV(B)204.71º72.65%45.88%-
XYZ6.827.6317.94-
YUV71.04153.94100.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=13.85%
G=35.50%
B=50.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32821170.730.3000.54204.7157.0529.22
Hex205275491E036cd391d
Octal40122165111360663157135
Binary1000001010010111010110010011111001101101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205275; }

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

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

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

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

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

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

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

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