#384E87

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

Shades of Tory Blue #384E87

Tints of Tory Blue #384E87

Color information

#384E87 (or 0x384E87) is unknown color: approx Tory Blue. HEX triplet: 38, 4E and 87. RGB value is (56,78,135). Sum of RGB (Red+Green+Blue) = 56+78+135=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #384E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E87 is #C7B178. Grayscale: #4D4D4D. Windows color (decimal): -13087097 or 8867384. OLE color: 8867384.

HSL color Cylindrical-coordinate representation of color #384E87: hue angle of 223.29º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384E87 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5678135-
CMYK0.590.4200.47
HSL223.29º41.36%37.45%-
HSV(B)223.29º58.52%52.94%-
XYZ8.738.0424.01-
YUV77.92160.21112.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=20.82%
G=29.00%
B=50.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56781350.590.4200.47223.2941.3637.45
Hex384E873B2A02Fdf2925
Octal7011620773520573375145
Binary111000100111010000111111011101010010111111011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,135); }

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

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

 a { background-color: rgb(56,78,135); }

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

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

 span { border-color: rgb(56,78,135); }

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