#20617C

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

Shades of Orient #20617C

Tints of Orient #20617C

Color information

#20617C (or 0x20617C) is unknown color: approx Orient. HEX triplet: 20, 61 and 7C. RGB value is (32,97,124). Sum of RGB (Red+Green+Blue) = 32+97+124=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #20617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20617C is #DF9E83. Grayscale: #505050. Windows color (decimal): -14655108 or 8151328. OLE color: 8151328.

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

Color convert

RGB3297124-
CMYK0.740.2200.51
HSL197.61º58.97%30.59%-
HSV(B)197.61º74.19%48.63%-
XYZ8.5110.3120.61-
YUV80.64152.4793.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=12.65%
G=38.34%
B=49.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32971240.740.2200.51197.6158.9730.59
Hex20617C4A16033c63b1f
Octal40141174112260633067337
Binary1000001100001111110010010101011001100111100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20617C; }

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

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

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

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

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

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

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

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