#38518A

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

Shades of Tory Blue #38518A

Tints of Tory Blue #38518A

Color information

#38518A (or 0x38518A) is unknown color: approx Tory Blue. HEX triplet: 38, 51 and 8A. RGB value is (56,81,138). Sum of RGB (Red+Green+Blue) = 56+81+138=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #38518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38518A is #C7AE75. Grayscale: #4F4F4F. Windows color (decimal): -13086326 or 9064760. OLE color: 9064760.

HSL color Cylindrical-coordinate representation of color #38518A: hue angle of 221.71º 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 #38518A is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5681138-
CMYK0.590.4100.46
HSL221.71º42.27%38.04%-
HSV(B)221.71º59.42%54.12%-
XYZ9.168.5625.21-
YUV80.02160.72110.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=20.36%
G=29.45%
B=50.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56811380.590.4100.46221.7142.2738.04
Hex38518A3B2902Ede2a26
Octal7012121273510563365246
Binary111000101000110001010111011101001010111011011110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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