#205972

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

Shades of Orient #205972

Tints of Orient #205972

Color information

#205972 (or 0x205972) is unknown color: approx Orient. HEX triplet: 20, 59 and 72. RGB value is (32,89,114). Sum of RGB (Red+Green+Blue) = 32+89+114=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #205972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205972 is #DFA68D. Grayscale: #4A4A4A. Windows color (decimal): -14657166 or 7493920. OLE color: 7493920.

HSL color Cylindrical-coordinate representation of color #205972: hue angle of 198.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205972 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3289114-
CMYK0.720.2200.55
HSL198.29º56.16%28.63%-
HSV(B)198.29º71.93%44.71%-
XYZ7.218.6717.21-
YUV74.81150.1297.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=13.62%
G=37.87%
B=48.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32891140.720.2200.55198.2956.1628.63
Hex2059724816037c6381d
Octal40131162110260673067035
Binary1000001011001111001010010001011001101111100011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205972; }

 p { color: rgb(32,89,114); }

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

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

 a { background-color: rgb(32,89,114); }

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

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

 span { border-color: rgb(32,89,114); }

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