#20546E

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

Shades of Orient #20546E

Tints of Orient #20546E

Color information

#20546E (or 0x20546E) is unknown color: approx Orient. HEX triplet: 20, 54 and 6E. RGB value is (32,84,110). Sum of RGB (Red+Green+Blue) = 32+84+110=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #20546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20546E is #DFAB91. Grayscale: #474747. Windows color (decimal): -14658450 or 7230496. OLE color: 7230496.

HSL color Cylindrical-coordinate representation of color #20546E: hue angle of 200º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20546E is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3284110-
CMYK0.710.2400.57
HSL200º54.93%27.84%-
HSV(B)200º70.91%43.14%-
XYZ6.587.7715.91-
YUV71.42149.7799.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=14.16%
G=37.17%
B=48.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32841100.710.2400.5720054.9327.84
Hex20546E4718039c8371c
Octal40124156107300713106734
Binary1000001010100110111010001111100001110011100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20546E; }

 p { color: rgb(32,84,110); }

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

<style>
 a { background-color: #20546E; }

 a { background-color: rgb(32,84,110); }

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

<style>
 span { border-color: #20546E; }

 span { border-color: rgb(32,84,110); }

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