#3A558F

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

Shades of Tory Blue #3A558F

Tints of Tory Blue #3A558F

Color information

#3A558F (or 0x3A558F) is unknown color: approx Tory Blue. HEX triplet: 3A, 55 and 8F. RGB value is (58,85,143). Sum of RGB (Red+Green+Blue) = 58+85+143=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A558F is #C5AA70. Grayscale: #535353. Windows color (decimal): -12954225 or 9393466. OLE color: 9393466.

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

Color convert

RGB5885143-
CMYK0.590.4100.44
HSL220.94º42.29%39.41%-
HSV(B)220.94º59.44%56.08%-
XYZ9.959.3827.27-
YUV83.54161.55109.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 143 (56.25% from 255) = 50%
R=20.28%
G=29.72%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58851430.590.4100.44220.9442.2939.41
Hex3A558F3B2902Cdd2a27
Octal7212521773510543355247
Binary111010101010110001111111011101001010110011011101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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