#3B4E89

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

Shades of Tory Blue #3B4E89

Tints of Tory Blue #3B4E89

Color information

#3B4E89 (or 0x3B4E89) is unknown color: approx Tory Blue. HEX triplet: 3B, 4E and 89. RGB value is (59,78,137). Sum of RGB (Red+Green+Blue) = 59+78+137=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B4E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4E89 is #C4B176. Grayscale: #4E4E4E. Windows color (decimal): -12890487 or 8998459. OLE color: 8998459.

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

Color convert

RGB5978137-
CMYK0.570.4300.46
HSL225.38º39.8%38.43%-
HSV(B)225.38º56.93%53.73%-
XYZ9.048.1824.77-
YUV79.04160.71113.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 137 (53.91% from 255) = 50%
R=21.53%
G=28.47%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59781370.570.4300.46225.3839.838.43
Hex3B4E89392B02Ee12826
Octal7311621171530563415046
Binary111011100111010001001111001101011010111011100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,137); }

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

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

 a { background-color: rgb(59,78,137); }

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

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

 span { border-color: rgb(59,78,137); }

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