#384C81

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

Shades of Tory Blue #384C81

Tints of Tory Blue #384C81

Color information

#384C81 (or 0x384C81) is unknown color: approx Tory Blue. HEX triplet: 38, 4C and 81. RGB value is (56,76,129). Sum of RGB (Red+Green+Blue) = 56+76+129=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #384C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C81 is #C7B37E. Grayscale: #4B4B4B. Windows color (decimal): -13087615 or 8473656. OLE color: 8473656.

HSL color Cylindrical-coordinate representation of color #384C81: hue angle of 223.56º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384C81 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5676129-
CMYK0.570.4100.49
HSL223.56º39.46%36.27%-
HSV(B)223.56º56.59%50.59%-
XYZ8.187.5921.8-
YUV76.06157.87113.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=21.46%
G=29.12%
B=49.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56761290.570.4100.49223.5639.4636.27
Hex384C813929031e02724
Octal7011420171510613404744
Binary111000100110010000001111001101001011000111100000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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