#384882

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

Shades of Tory Blue #384882

Tints of Tory Blue #384882

Color information

#384882 (or 0x384882) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 82. RGB value is (56,72,130). Sum of RGB (Red+Green+Blue) = 56+72+130=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #384882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384882 is #C7B77D. Grayscale: #494949. Windows color (decimal): -13088638 or 8538168. OLE color: 8538168.

HSL color Cylindrical-coordinate representation of color #384882: hue angle of 227.03º degrees, saturation: 0.4, 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 #384882 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5672130-
CMYK0.570.4500.49
HSL227.03º39.78%36.47%-
HSV(B)227.03º56.92%50.98%-
XYZ7.987.0922.07-
YUV73.83159.7115.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=21.71%
G=27.91%
B=50.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56721300.570.4500.49227.0339.7836.47
Hex384882392D031e32824
Octal7011020271550613435044
Binary111000100100010000010111001101101011000111100011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384882; }

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

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

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

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

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

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

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

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