#384982

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

Shades of Tory Blue #384982

Tints of Tory Blue #384982

Color information

#384982 (or 0x384982) is unknown color: approx Tory Blue. HEX triplet: 38, 49 and 82. RGB value is (56,73,130). Sum of RGB (Red+Green+Blue) = 56+73+130=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #384982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384982 is #C7B67D. Grayscale: #4A4A4A. Windows color (decimal): -13088382 or 8538424. OLE color: 8538424.

HSL color Cylindrical-coordinate representation of color #384982: hue angle of 226.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384982 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5673130-
CMYK0.570.4400.49
HSL226.22º39.78%36.47%-
HSV(B)226.22º56.92%50.98%-
XYZ8.047.2222.09-
YUV74.41159.37114.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=21.62%
G=28.19%
B=50.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56731300.570.4400.49226.2239.7836.47
Hex384982392C031e22824
Octal7011120271540613425044
Binary111000100100110000010111001101100011000111100010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384982; }

 p { color: rgb(56,73,130); }

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

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

 a { background-color: rgb(56,73,130); }

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

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

 span { border-color: rgb(56,73,130); }

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