#2A3896

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

Shades of Tory Blue #2A3896

Tints of Tory Blue #2A3896

Color information

#2A3896 (or 0x2A3896) is unknown color: approx Tory Blue. HEX triplet: 2A, 38 and 96. RGB value is (42,56,150). Sum of RGB (Red+Green+Blue) = 42+56+150=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A3896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3896 is #D5C769. Grayscale: #3E3E3E. Windows color (decimal): -14010218 or 9844778. OLE color: 9844778.

HSL color Cylindrical-coordinate representation of color #2A3896: hue angle of 232.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A3896 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4256150-
CMYK0.720.6300.41
HSL232.22º56.25%37.65%-
HSV(B)232.22º72%58.82%-
XYZ7.875.5229.51-
YUV62.53177.36113.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=16.94%
G=22.58%
B=60.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42561500.720.6300.41232.2256.2537.65
Hex2A3896483F029e83826
Octal5270226110770513507046
Binary101010111000100101101001000111111010100111101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3896; }

 p { color: rgb(42,56,150); }

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

<style>
 a { background-color: #2A3896; }

 a { background-color: rgb(42,56,150); }

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

<style>
 span { border-color: #2A3896; }

 span { border-color: rgb(42,56,150); }

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