#38518B

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

Shades of Tory Blue #38518B

Tints of Tory Blue #38518B

Color information

#38518B (or 0x38518B) is unknown color: approx Tory Blue. HEX triplet: 38, 51 and 8B. RGB value is (56,81,139). Sum of RGB (Red+Green+Blue) = 56+81+139=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #38518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38518B is #C7AE74. Grayscale: #4F4F4F. Windows color (decimal): -13086325 or 9130296. OLE color: 9130296.

HSL color Cylindrical-coordinate representation of color #38518B: hue angle of 221.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38518B is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5681139-
CMYK0.600.4200.45
HSL221.93º42.56%38.24%-
HSV(B)221.93º59.71%54.51%-
XYZ9.238.5925.6-
YUV80.14161.22110.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=20.29%
G=29.35%
B=50.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56811390.600.4200.45221.9342.5638.24
Hex38518B3C2A02Dde2b26
Octal7012121374520553365346
Binary111000101000110001011111100101010010110111011110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38518B; }

 p { color: rgb(56,81,139); }

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

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

 a { background-color: rgb(56,81,139); }

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

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

 span { border-color: rgb(56,81,139); }

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