#205E7C

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

Shades of Orient #205E7C

Tints of Orient #205E7C

Color information

#205E7C (or 0x205E7C) is unknown color: approx Orient. HEX triplet: 20, 5E and 7C. RGB value is (32,94,124). Sum of RGB (Red+Green+Blue) = 32+94+124=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #205E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E7C is #DFA183. Grayscale: #4E4E4E. Windows color (decimal): -14655876 or 8150560. OLE color: 8150560.

HSL color Cylindrical-coordinate representation of color #205E7C: hue angle of 199.57º 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 #205E7C is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3294124-
CMYK0.740.2400.51
HSL199.57º58.97%30.59%-
HSV(B)199.57º74.19%48.63%-
XYZ8.249.7720.52-
YUV78.88153.4694.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=12.8%
G=37.6%
B=49.6%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32941240.740.2400.51199.5758.9730.59
Hex205E7C4A18033c83b1f
Octal40136174112300633107337
Binary1000001011110111110010010101100001100111100100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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