#3A508A

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

Shades of Tory Blue #3A508A

Tints of Tory Blue #3A508A

Color information

#3A508A (or 0x3A508A) is unknown color: approx Tory Blue. HEX triplet: 3A, 50 and 8A. RGB value is (58,80,138). Sum of RGB (Red+Green+Blue) = 58+80+138=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A508A is #C5AF75. Grayscale: #4F4F4F. Windows color (decimal): -12955510 or 9064506. OLE color: 9064506.

HSL color Cylindrical-coordinate representation of color #3A508A: hue angle of 223.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A508A is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5880138-
CMYK0.580.4200.46
HSL223.5º40.82%38.43%-
HSV(B)223.5º57.97%54.12%-
XYZ9.28.4725.2-
YUV80.03160.71112.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 138 (54.30% from 255) = 50%
R=21.01%
G=28.99%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58801380.580.4200.46223.540.8238.43
Hex3A508A3A2A02Ee02926
Octal7212021272520563405146
Binary111010101000010001010111010101010010111011100000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,138); }

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

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

 a { background-color: rgb(58,80,138); }

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

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

 span { border-color: rgb(58,80,138); }

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