#3A4A7B

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

Shades of Tory Blue #3A4A7B

Tints of Tory Blue #3A4A7B

Color information

#3A4A7B (or 0x3A4A7B) is unknown color: approx Tory Blue. HEX triplet: 3A, 4A and 7B. RGB value is (58,74,123). Sum of RGB (Red+Green+Blue) = 58+74+123=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A4A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A7B is #C5B584. Grayscale: #4A4A4A. Windows color (decimal): -12957061 or 8079930. OLE color: 8079930.

HSL color Cylindrical-coordinate representation of color #3A4A7B: hue angle of 225.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A4A7B is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5874123-
CMYK0.530.4000.52
HSL225.23º35.91%35.49%-
HSV(B)225.23º52.85%48.24%-
XYZ7.777.2319.72-
YUV74.8155.2116.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=22.75%
G=29.02%
B=48.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58741230.530.4000.52225.2335.9135.49
Hex3A4A7B3528034e12423
Octal7211217365500643414443
Binary11101010010101111011110101101000011010011100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,123); }

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

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

 a { background-color: rgb(58,74,123); }

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

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

 span { border-color: rgb(58,74,123); }

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