#3B4892

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

Shades of Tory Blue #3B4892

Tints of Tory Blue #3B4892

Color information

#3B4892 (or 0x3B4892) is unknown color: approx Tory Blue. HEX triplet: 3B, 48 and 92. RGB value is (59,72,146). Sum of RGB (Red+Green+Blue) = 59+72+146=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B4892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4892 is #C4B76D. Grayscale: #4C4C4C. Windows color (decimal): -12892014 or 9586747. OLE color: 9586747.

HSL color Cylindrical-coordinate representation of color #3B4892: hue angle of 231.03º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B4892 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5972146-
CMYK0.600.5100.43
HSL231.03º42.44%40.2%-
HSV(B)231.03º59.59%57.25%-
XYZ9.317.6428.18-
YUV76.55167.19115.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=21.30%
G=25.99%
B=52.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59721460.600.5100.43231.0342.4440.2
Hex3B48923C3302Be72a28
Octal7311022274630533475250
Binary111011100100010010010111100110011010101111100111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,146); }

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

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

 a { background-color: rgb(59,72,146); }

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

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

 span { border-color: rgb(59,72,146); }

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