#384791

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

Shades of Tory Blue #384791

Tints of Tory Blue #384791

Color information

#384791 (or 0x384791) is unknown color: approx Tory Blue. HEX triplet: 38, 47 and 91. RGB value is (56,71,145). Sum of RGB (Red+Green+Blue) = 56+71+145=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #384791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384791 is #C7B86E. Grayscale: #4A4A4A. Windows color (decimal): -13088879 or 9520952. OLE color: 9520952.

HSL color Cylindrical-coordinate representation of color #384791: hue angle of 229.89º 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 #384791 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5671145-
CMYK0.610.5100.43
HSL229.89º44.28%39.41%-
HSV(B)229.89º61.38%56.86%-
XYZ8.997.3927.74-
YUV74.95167.53114.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=20.59%
G=26.10%
B=53.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56711450.610.5100.43229.8944.2839.41
Hex3847913D3302Be62c27
Octal7010722175630533465447
Binary111000100011110010001111101110011010101111100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384791; }

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

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

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

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

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

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

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

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