#384A93

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

Shades of Tory Blue #384A93

Tints of Tory Blue #384A93

Color information

#384A93 (or 0x384A93) is unknown color: approx Tory Blue. HEX triplet: 38, 4A and 93. RGB value is (56,74,147). Sum of RGB (Red+Green+Blue) = 56+74+147=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #384A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A93 is #C7B56C. Grayscale: #4C4C4C. Windows color (decimal): -13088109 or 9652792. OLE color: 9652792.

HSL color Cylindrical-coordinate representation of color #384A93: hue angle of 228.13º 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 #384A93 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5674147-
CMYK0.620.5000.42
HSL228.13º44.83%39.8%-
HSV(B)228.13º61.9%57.65%-
XYZ9.357.8428.63-
YUV76.94167.54113.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=20.22%
G=26.71%
B=53.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56741470.620.5000.42228.1344.8339.8
Hex384A933E3202Ae42d28
Octal7011222376620523445550
Binary111000100101010010011111110110010010101011100100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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