#384590

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

Shades of Tory Blue #384590

Tints of Tory Blue #384590

Color information

#384590 (or 0x384590) is unknown color: approx Tory Blue. HEX triplet: 38, 45 and 90. RGB value is (56,69,144). Sum of RGB (Red+Green+Blue) = 56+69+144=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #384590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384590 is #C7BA6F. Grayscale: #494949. Windows color (decimal): -13089392 or 9454904. OLE color: 9454904.

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

Color convert

RGB5669144-
CMYK0.610.5200.44
HSL231.14º44%39.22%-
HSV(B)231.14º61.11%56.47%-
XYZ8.797.1127.29-
YUV73.66167.69115.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=20.82%
G=25.65%
B=53.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56691440.610.5200.44231.144439.22
Hex3845903D3402Ce72c27
Octal7010522075640543475447
Binary111000100010110010000111101110100010110011100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384590; }

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

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

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

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

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

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

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

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