#3B469D

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

Shades of Tory Blue #3B469D

Tints of Tory Blue #3B469D

Color information

#3B469D (or 0x3B469D) is unknown color: approx Tory Blue. HEX triplet: 3B, 46 and 9D. RGB value is (59,70,157). Sum of RGB (Red+Green+Blue) = 59+70+157=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B469D is #C4B962. Grayscale: #4C4C4C. Windows color (decimal): -12892515 or 10307131. OLE color: 10307131.

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

Color convert

RGB5970157-
CMYK0.620.5500.38
HSL233.27º45.37%42.35%-
HSV(B)233.27º62.42%61.57%-
XYZ10.087.7432.86-
YUV76.63173.36115.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=20.63%
G=24.48%
B=54.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59701570.620.5500.38233.2745.3742.35
Hex3B469D3E37026e92d2a
Octal7310623576670463515552
Binary111011100011010011101111110110111010011011101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,157); }

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

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

 a { background-color: rgb(59,70,157); }

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

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

 span { border-color: rgb(59,70,157); }

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