#384582

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

Shades of Tory Blue #384582

Tints of Tory Blue #384582

Color information

#384582 (or 0x384582) is unknown color: approx Tory Blue. HEX triplet: 38, 45 and 82. RGB value is (56,69,130). Sum of RGB (Red+Green+Blue) = 56+69+130=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #384582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384582 is #C7BA7D. Grayscale: #474747. Windows color (decimal): -13089406 or 8537400. OLE color: 8537400.

HSL color Cylindrical-coordinate representation of color #384582: hue angle of 229.46º 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 #384582 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5669130-
CMYK0.570.4700.49
HSL229.46º39.78%36.47%-
HSV(B)229.46º56.92%50.98%-
XYZ7.796.7122-
YUV72.07160.69116.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=21.96%
G=27.06%
B=50.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56691300.570.4700.49229.4639.7836.47
Hex384582392F031e52824
Octal7010520271570613455044
Binary111000100010110000010111001101111011000111100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384582; }

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

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

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

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

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

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

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

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