#3B449A

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

Shades of Tory Blue #3B449A

Tints of Tory Blue #3B449A

Color information

#3B449A (or 0x3B449A) is unknown color: approx Tory Blue. HEX triplet: 3B, 44 and 9A. RGB value is (59,68,154). Sum of RGB (Red+Green+Blue) = 59+68+154=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B449A is #C4BB65. Grayscale: #4A4A4A. Windows color (decimal): -12893030 or 10110011. OLE color: 10110011.

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

Color convert

RGB5968154-
CMYK0.620.5600.40
HSL234.32º44.6%41.76%-
HSV(B)234.32º61.69%60.39%-
XYZ9.77.431.49-
YUV75.11172.52116.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=21.00%
G=24.20%
B=54.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59681540.620.5600.40234.3244.641.76
Hex3B449A3E38028ea2d2a
Octal7310423276700503525552
Binary111011100010010011010111110111000010100011101010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,154); }

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

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

 a { background-color: rgb(59,68,154); }

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

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

 span { border-color: rgb(59,68,154); }

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