#384391

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

Shades of Tory Blue #384391

Tints of Tory Blue #384391

Color information

#384391 (or 0x384391) is unknown color: approx Tory Blue. HEX triplet: 38, 43 and 91. RGB value is (56,67,145). Sum of RGB (Red+Green+Blue) = 56+67+145=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #384391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384391 is #C7BC6E. Grayscale: #484848. Windows color (decimal): -13089903 or 9519928. OLE color: 9519928.

HSL color Cylindrical-coordinate representation of color #384391: hue angle of 232.58º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384391 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5667145-
CMYK0.610.5400.43
HSL232.58º44.28%39.41%-
HSV(B)232.58º61.38%56.86%-
XYZ8.756.927.66-
YUV72.6168.86116.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=20.90%
G=25%
B=54.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56671450.610.5400.43232.5844.2839.41
Hex3843913D3602Be92c27
Octal7010322175660533515447
Binary111000100001110010001111101110110010101111101001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384391; }

 p { color: rgb(56,67,145); }

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

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

 a { background-color: rgb(56,67,145); }

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

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

 span { border-color: rgb(56,67,145); }

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