#3A568C

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

Shades of Tory Blue #3A568C

Tints of Tory Blue #3A568C

Color information

#3A568C (or 0x3A568C) is unknown color: approx Tory Blue. HEX triplet: 3A, 56 and 8C. RGB value is (58,86,140). Sum of RGB (Red+Green+Blue) = 58+86+140=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A568C is #C5A973. Grayscale: #535353. Windows color (decimal): -12953972 or 9197114. OLE color: 9197114.

HSL color Cylindrical-coordinate representation of color #3A568C: hue angle of 219.51º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A568C is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5886140-
CMYK0.590.3900.45
HSL219.51º41.41%38.82%-
HSV(B)219.51º58.57%54.9%-
XYZ9.819.4526.12-
YUV83.78159.72109.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=20.42%
G=30.28%
B=49.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58861400.590.3900.45219.5141.4138.82
Hex3A568C3B2702Ddc2927
Octal7212621473470553345147
Binary111010101011010001100111011100111010110111011100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,140); }

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

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

 a { background-color: rgb(58,86,140); }

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

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

 span { border-color: rgb(58,86,140); }

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