#3A4588

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

Shades of Tory Blue #3A4588

Tints of Tory Blue #3A4588

Color information

#3A4588 (or 0x3A4588) is unknown color: approx Tory Blue. HEX triplet: 3A, 45 and 88. RGB value is (58,69,136). Sum of RGB (Red+Green+Blue) = 58+69+136=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A4588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4588 is #C5BA77. Grayscale: #494949. Windows color (decimal): -12958328 or 8930618. OLE color: 8930618.

HSL color Cylindrical-coordinate representation of color #3A4588: hue angle of 231.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A4588 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5869136-
CMYK0.570.4900.47
HSL231.54º40.21%38.04%-
HSV(B)231.54º57.35%53.33%-
XYZ8.326.9324.19-
YUV73.35163.36117.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=22.05%
G=26.24%
B=51.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58691360.570.4900.47231.5440.2138.04
Hex3A4588393102Fe82826
Octal7210521071610573505046
Binary111010100010110001000111001110001010111111101000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,136); }

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

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

 a { background-color: rgb(58,69,136); }

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

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

 span { border-color: rgb(58,69,136); }

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