#20546D

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

Shades of Orient #20546D

Tints of Orient #20546D

Color information

#20546D (or 0x20546D) is unknown color: approx Orient. HEX triplet: 20, 54 and 6D. RGB value is (32,84,109). Sum of RGB (Red+Green+Blue) = 32+84+109=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #20546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20546D is #DFAB92. Grayscale: #474747. Windows color (decimal): -14658451 or 7164960. OLE color: 7164960.

HSL color Cylindrical-coordinate representation of color #20546D: hue angle of 199.48º 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 #20546D is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3284109-
CMYK0.710.2300.57
HSL199.48º54.61%27.65%-
HSV(B)199.48º70.64%42.75%-
XYZ6.537.7515.62-
YUV71.3149.2799.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=14.22%
G=37.33%
B=48.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32841090.710.2300.57199.4854.6127.65
Hex20546D4717039c7371c
Octal40124155107270713076734
Binary1000001010100110110110001111011101110011100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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