#205C7C

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

Shades of Orient #205C7C

Tints of Orient #205C7C

Color information

#205C7C (or 0x205C7C) is unknown color: approx Orient. HEX triplet: 20, 5C and 7C. RGB value is (32,92,124). Sum of RGB (Red+Green+Blue) = 32+92+124=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #205C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C7C is #DFA383. Grayscale: #4D4D4D. Windows color (decimal): -14656388 or 8150048. OLE color: 8150048.

HSL color Cylindrical-coordinate representation of color #205C7C: hue angle of 200.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205C7C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3292124-
CMYK0.740.2600.51
HSL200.87º58.97%30.59%-
HSV(B)200.87º74.19%48.63%-
XYZ8.069.4220.46-
YUV77.71154.1295.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 124 (48.83% from 255) = 50%
R=12.90%
G=37.10%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32921240.740.2600.51200.8758.9730.59
Hex205C7C4A1A033c93b1f
Octal40134174112320633117337
Binary1000001011100111110010010101101001100111100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,92,124); }

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

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

 a { background-color: rgb(32,92,124); }

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

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

 span { border-color: rgb(32,92,124); }

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