#384C95

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

Shades of Tory Blue #384C95

Tints of Tory Blue #384C95

Color information

#384C95 (or 0x384C95) is unknown color: approx Tory Blue. HEX triplet: 38, 4C and 95. RGB value is (56,76,149). Sum of RGB (Red+Green+Blue) = 56+76+149=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #384C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C95 is #C7B36A. Grayscale: #4E4E4E. Windows color (decimal): -13087595 or 9784376. OLE color: 9784376.

HSL color Cylindrical-coordinate representation of color #384C95: hue angle of 227.1º 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 #384C95 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5676149-
CMYK0.620.4900.42
HSL227.1º45.37%40.2%-
HSV(B)227.1º62.42%58.43%-
XYZ9.648.1829.5-
YUV78.34167.87112.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=19.93%
G=27.05%
B=53.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56761490.620.4900.42227.145.3740.2
Hex384C953E3102Ae32d28
Octal7011422576610523435550
Binary111000100110010010101111110110001010101011100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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