#384C8A

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

Shades of Tory Blue #384C8A

Tints of Tory Blue #384C8A

Color information

#384C8A (or 0x384C8A) is unknown color: approx Tory Blue. HEX triplet: 38, 4C and 8A. RGB value is (56,76,138). Sum of RGB (Red+Green+Blue) = 56+76+138=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #384C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C8A is #C7B375. Grayscale: #4C4C4C. Windows color (decimal): -13087606 or 9063480. OLE color: 9063480.

HSL color Cylindrical-coordinate representation of color #384C8A: hue angle of 225.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384C8A is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5676138-
CMYK0.590.4500.46
HSL225.37º42.27%38.04%-
HSV(B)225.37º59.42%54.12%-
XYZ8.87.8425.09-
YUV77.09162.37112.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=20.74%
G=28.15%
B=51.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56761380.590.4500.46225.3742.2738.04
Hex384C8A3B2D02Ee12a26
Octal7011421273550563415246
Binary111000100110010001010111011101101010111011100001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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