#384784

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

Shades of Tory Blue #384784

Tints of Tory Blue #384784

Color information

#384784 (or 0x384784) is unknown color: approx Tory Blue. HEX triplet: 38, 47 and 84. RGB value is (56,71,132). Sum of RGB (Red+Green+Blue) = 56+71+132=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #384784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384784 is #C7B87B. Grayscale: #494949. Windows color (decimal): -13088892 or 8668984. OLE color: 8668984.

HSL color Cylindrical-coordinate representation of color #384784: hue angle of 228.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384784 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5671132-
CMYK0.580.4600.48
HSL228.16º40.43%36.86%-
HSV(B)228.16º57.58%51.76%-
XYZ8.057.0122.76-
YUV73.47161.03115.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=21.62%
G=27.41%
B=50.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56711320.580.4600.48228.1640.4336.86
Hex3847843A2E030e42825
Octal7010720472560603445045
Binary111000100011110000100111010101110011000011100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384784; }

 p { color: rgb(56,71,132); }

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

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

 a { background-color: rgb(56,71,132); }

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

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

 span { border-color: rgb(56,71,132); }

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