#384887

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

Shades of Tory Blue #384887

Tints of Tory Blue #384887

Color information

#384887 (or 0x384887) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 87. RGB value is (56,72,135). Sum of RGB (Red+Green+Blue) = 56+72+135=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #384887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384887 is #C7B778. Grayscale: #4A4A4A. Windows color (decimal): -13088633 or 8865848. OLE color: 8865848.

HSL color Cylindrical-coordinate representation of color #384887: hue angle of 227.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384887 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5672135-
CMYK0.590.4700.47
HSL227.85º41.36%37.45%-
HSV(B)227.85º58.52%52.94%-
XYZ8.327.2223.88-
YUV74.4162.2114.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=21.29%
G=27.38%
B=51.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56721350.590.4700.47227.8541.3637.45
Hex3848873B2F02Fe42925
Octal7011020773570573445145
Binary111000100100010000111111011101111010111111100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384887; }

 p { color: rgb(56,72,135); }

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

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

 a { background-color: rgb(56,72,135); }

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

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

 span { border-color: rgb(56,72,135); }

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