#205974

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

Shades of Orient #205974

Tints of Orient #205974

Color information

#205974 (or 0x205974) is unknown color: approx Orient. HEX triplet: 20, 59 and 74. RGB value is (32,89,116). Sum of RGB (Red+Green+Blue) = 32+89+116=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #205974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205974 is #DFA68B. Grayscale: #4A4A4A. Windows color (decimal): -14657164 or 7624992. OLE color: 7624992.

HSL color Cylindrical-coordinate representation of color #205974: hue angle of 199.29º degrees, saturation: 0.57, 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 #205974 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3289116-
CMYK0.720.2300.55
HSL199.29º56.76%29.02%-
HSV(B)199.29º72.41%45.49%-
XYZ7.328.7117.82-
YUV75.04151.1297.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=13.50%
G=37.55%
B=48.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32891160.720.2300.55199.2956.7629.02
Hex2059744817037c7391d
Octal40131164110270673077135
Binary1000001011001111010010010001011101101111100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205974; }

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

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

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

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

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

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

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

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