#384586

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

Shades of Tory Blue #384586

Tints of Tory Blue #384586

Color information

#384586 (or 0x384586) is unknown color: approx Tory Blue. HEX triplet: 38, 45 and 86. RGB value is (56,69,134). Sum of RGB (Red+Green+Blue) = 56+69+134=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #384586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384586 is #C7BA79. Grayscale: #484848. Windows color (decimal): -13089402 or 8799544. OLE color: 8799544.

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

Color convert

RGB5669134-
CMYK0.580.4900.47
HSL230º41.05%37.25%-
HSV(B)230º58.21%52.55%-
XYZ8.066.8223.45-
YUV72.52162.69116.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=21.62%
G=26.64%
B=51.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56691340.580.4900.4723041.0537.25
Hex3845863A3102Fe62925
Octal7010520672610573465145
Binary111000100010110000110111010110001010111111100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384586; }

 p { color: rgb(56,69,134); }

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

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

 a { background-color: rgb(56,69,134); }

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

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

 span { border-color: rgb(56,69,134); }

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