#3A538F

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

Shades of Tory Blue #3A538F

Tints of Tory Blue #3A538F

Color information

#3A538F (or 0x3A538F) is unknown color: approx Tory Blue. HEX triplet: 3A, 53 and 8F. RGB value is (58,83,143). Sum of RGB (Red+Green+Blue) = 58+83+143=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A538F is #C5AC70. Grayscale: #525252. Windows color (decimal): -12954737 or 9392954. OLE color: 9392954.

HSL color Cylindrical-coordinate representation of color #3A538F: hue angle of 222.35º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A538F is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5883143-
CMYK0.590.4200.44
HSL222.35º42.29%39.41%-
HSV(B)222.35º59.44%56.08%-
XYZ9.89.0727.22-
YUV82.36162.22110.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=20.42%
G=29.23%
B=50.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58831430.590.4200.44222.3542.2939.41
Hex3A538F3B2A02Cde2a27
Octal7212321773520543365247
Binary111010101001110001111111011101010010110011011110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A538F; }

 p { color: rgb(58,83,143); }

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

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

 a { background-color: rgb(58,83,143); }

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

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

 span { border-color: rgb(58,83,143); }

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