#3A429B

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

Shades of Tory Blue #3A429B

Tints of Tory Blue #3A429B

Color information

#3A429B (or 0x3A429B) is unknown color: approx Tory Blue. HEX triplet: 3A, 42 and 9B. RGB value is (58,66,155). Sum of RGB (Red+Green+Blue) = 58+66+155=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A429B is #C5BD64. Grayscale: #494949. Windows color (decimal): -12959077 or 10175034. OLE color: 10175034.

HSL color Cylindrical-coordinate representation of color #3A429B: hue angle of 235.05º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A429B is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5866155-
CMYK0.630.5700.39
HSL235.05º45.54%41.76%-
HSV(B)235.05º62.58%60.78%-
XYZ9.617.1631.89-
YUV73.75173.85116.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=20.79%
G=23.66%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58661550.630.5700.39235.0545.5441.76
Hex3A429B3F39027eb2e2a
Octal7210223377710473535652
Binary111010100001010011011111111111001010011111101011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,155); }

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

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

 a { background-color: rgb(58,66,155); }

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

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

 span { border-color: rgb(58,66,155); }

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