#205A74

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

Shades of Orient #205A74

Tints of Orient #205A74

Color information

#205A74 (or 0x205A74) is unknown color: approx Orient. HEX triplet: 20, 5A and 74. RGB value is (32,90,116). Sum of RGB (Red+Green+Blue) = 32+90+116=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #205A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A74 is #DFA58B. Grayscale: #4B4B4B. Windows color (decimal): -14656908 or 7625248. OLE color: 7625248.

HSL color Cylindrical-coordinate representation of color #205A74: hue angle of 198.57º 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 #205A74 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3290116-
CMYK0.720.2200.55
HSL198.57º56.76%29.02%-
HSV(B)198.57º72.41%45.49%-
XYZ7.48.8817.85-
YUV75.62150.7896.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=13.45%
G=37.82%
B=48.74%

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
Decimal32901160.720.2200.55198.5756.7629.02
Hex205A744816037c7391d
Octal40132164110260673077135
Binary1000001011010111010010010001011001101111100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205A74; }

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

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

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

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

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

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

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

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