#3A5194

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

Shades of Tory Blue #3A5194

Tints of Tory Blue #3A5194

Color information

#3A5194 (or 0x3A5194) is unknown color: approx Tory Blue. HEX triplet: 3A, 51 and 94. RGB value is (58,81,148). Sum of RGB (Red+Green+Blue) = 58+81+148=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A5194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5194 is #C5AE6B. Grayscale: #515151. Windows color (decimal): -12955244 or 9720122. OLE color: 9720122.

HSL color Cylindrical-coordinate representation of color #3A5194: hue angle of 224.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A5194 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5881148-
CMYK0.610.4500.42
HSL224.67º43.69%40.39%-
HSV(B)224.67º60.81%58.04%-
XYZ10.038.9229.21-
YUV81.76165.38111.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=20.21%
G=28.22%
B=51.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58811480.610.4500.42224.6743.6940.39
Hex3A51943D2D02Ae12c28
Octal7212122475550523415450
Binary111010101000110010100111101101101010101011100001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,148); }

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

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

 a { background-color: rgb(58,81,148); }

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

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

 span { border-color: rgb(58,81,148); }

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