#385493

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

Shades of Tory Blue #385493

Tints of Tory Blue #385493

Color information

#385493 (or 0x385493) is unknown color: approx Tory Blue. HEX triplet: 38, 54 and 93. RGB value is (56,84,147). Sum of RGB (Red+Green+Blue) = 56+84+147=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #385493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385493 is #C7AB6C. Grayscale: #525252. Windows color (decimal): -13085549 or 9655352. OLE color: 9655352.

HSL color Cylindrical-coordinate representation of color #385493: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385493 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5684147-
CMYK0.620.4300.42
HSL221.54º44.83%39.8%-
HSV(B)221.54º61.9%57.65%-
XYZ10.079.2928.87-
YUV82.81164.22108.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=19.51%
G=29.27%
B=51.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56841470.620.4300.42221.5444.8339.8
Hex3854933E2B02Ade2d28
Octal7012422376530523365550
Binary111000101010010010011111110101011010101011011110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385493; }

 p { color: rgb(56,84,147); }

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

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

 a { background-color: rgb(56,84,147); }

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

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

 span { border-color: rgb(56,84,147); }

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