#384C91

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

Shades of Tory Blue #384C91

Tints of Tory Blue #384C91

Color information

#384C91 (or 0x384C91) is unknown color: approx Tory Blue. HEX triplet: 38, 4C and 91. RGB value is (56,76,145). Sum of RGB (Red+Green+Blue) = 56+76+145=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #384C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C91 is #C7B36E. Grayscale: #4D4D4D. Windows color (decimal): -13087599 or 9522232. OLE color: 9522232.

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

Color convert

RGB5676145-
CMYK0.610.4800.43
HSL226.52º44.28%39.41%-
HSV(B)226.52º61.38%56.86%-
XYZ9.338.0527.85-
YUV77.89165.87112.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=20.22%
G=27.44%
B=52.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56761450.610.4800.43226.5244.2839.41
Hex384C913D3002Be32c27
Octal7011422175600533435447
Binary111000100110010010001111101110000010101111100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384C91; }

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

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

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

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

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

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

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

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