#384F91

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

Shades of Tory Blue #384F91

Tints of Tory Blue #384F91

Color information

#384F91 (or 0x384F91) is unknown color: approx Tory Blue. HEX triplet: 38, 4F and 91. RGB value is (56,79,145). Sum of RGB (Red+Green+Blue) = 56+79+145=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #384F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F91 is #C7B06E. Grayscale: #4F4F4F. Windows color (decimal): -13086831 or 9523000. OLE color: 9523000.

HSL color Cylindrical-coordinate representation of color #384F91: hue angle of 224.49º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384F91 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5679145-
CMYK0.610.4600.43
HSL224.49º44.28%39.41%-
HSV(B)224.49º61.38%56.86%-
XYZ9.548.4827.92-
YUV79.65164.88111.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=20%
G=28.21%
B=51.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56791450.610.4600.43224.4944.2839.41
Hex384F913D2E02Be02c27
Octal7011722175560533405447
Binary111000100111110010001111101101110010101111100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,145); }

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

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

 a { background-color: rgb(56,79,145); }

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

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

 span { border-color: rgb(56,79,145); }

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