#384490

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

Shades of Tory Blue #384490

Tints of Tory Blue #384490

Color information

#384490 (or 0x384490) is unknown color: approx Tory Blue. HEX triplet: 38, 44 and 90. RGB value is (56,68,144). Sum of RGB (Red+Green+Blue) = 56+68+144=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #384490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384490 is #C7BB6F. Grayscale: #484848. Windows color (decimal): -13089648 or 9454648. OLE color: 9454648.

HSL color Cylindrical-coordinate representation of color #384490: hue angle of 231.82º 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 #384490 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5668144-
CMYK0.610.5300.44
HSL231.82º44%39.22%-
HSV(B)231.82º61.11%56.47%-
XYZ8.736.9927.27-
YUV73.08168.02115.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=20.90%
G=25.37%
B=53.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56681440.610.5300.44231.824439.22
Hex3844903D3502Ce82c27
Octal7010422075650543505447
Binary111000100010010010000111101110101010110011101000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384490; }

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

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

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

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

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

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

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

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