#384594

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

Shades of Tory Blue #384594

Tints of Tory Blue #384594

Color information

#384594 (or 0x384594) is unknown color: approx Tory Blue. HEX triplet: 38, 45 and 94. RGB value is (56,69,148). Sum of RGB (Red+Green+Blue) = 56+69+148=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #384594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384594 is #C7BA6B. Grayscale: #494949. Windows color (decimal): -13089388 or 9717048. OLE color: 9717048.

HSL color Cylindrical-coordinate representation of color #384594: hue angle of 231.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384594 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5669148-
CMYK0.620.5300.42
HSL231.52º45.1%40%-
HSV(B)231.52º62.16%58.04%-
XYZ9.17.2428.93-
YUV74.12169.69115.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=20.51%
G=25.27%
B=54.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56691480.620.5300.42231.5245.140
Hex3845943E3502Ae82d28
Octal7010522476650523505550
Binary111000100010110010100111110110101010101011101000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384594; }

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

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

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

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

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

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

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

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