#205E6B

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

Shades of Orient #205E6B

Tints of Orient #205E6B

Color information

#205E6B (or 0x205E6B) is unknown color: approx Orient. HEX triplet: 20, 5E and 6B. RGB value is (32,94,107). Sum of RGB (Red+Green+Blue) = 32+94+107=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #205E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E6B is #DFA194. Grayscale: #4C4C4C. Windows color (decimal): -14655893 or 7036448. OLE color: 7036448.

HSL color Cylindrical-coordinate representation of color #205E6B: hue angle of 190.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205E6B is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3294107-
CMYK0.700.1200.58
HSL190.4º53.96%27.25%-
HSV(B)190.4º70.09%41.96%-
XYZ7.259.3715.34-
YUV76.94144.9695.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.73%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=13.73%
G=40.34%
B=45.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32941070.700.1200.58190.453.9627.25
Hex205E6B46C03Abe361b
Octal40136153106140722766633
Binary100000101111011010111000110110001110101011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,107); }

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

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

 a { background-color: rgb(32,94,107); }

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

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

 span { border-color: rgb(32,94,107); }

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