#384D89

Color #384D89 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #384D89

Tints of Tory Blue #384D89

Color information

#384D89 (or 0x384D89) is unknown color: approx Tory Blue. HEX triplet: 38, 4D and 89. RGB value is (56,77,137). Sum of RGB (Red+Green+Blue) = 56+77+137=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #384D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D89 is #C7B276. Grayscale: #4D4D4D. Windows color (decimal): -13087351 or 8998200. OLE color: 8998200.

HSL color Cylindrical-coordinate representation of color #384D89: hue angle of 224.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384D89 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5677137-
CMYK0.590.4400.46
HSL224.44º41.97%37.84%-
HSV(B)224.44º59.12%53.73%-
XYZ8.87.9524.74-
YUV77.56161.54112.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=20.74%
G=28.52%
B=50.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56771370.590.4400.46224.4441.9737.84
Hex384D893B2C02Ee02a26
Octal7011521173540563405246
Binary111000100110110001001111011101100010111011100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384D89; }

 p { color: rgb(56,77,137); }

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

<style>
 a { background-color: #384D89; }

 a { background-color: rgb(56,77,137); }

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

<style>
 span { border-color: #384D89; }

 span { border-color: rgb(56,77,137); }

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