#2B3A90

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

Shades of Tory Blue #2B3A90

Tints of Tory Blue #2B3A90

Color information

#2B3A90 (or 0x2B3A90) is unknown color: approx Tory Blue. HEX triplet: 2B, 3A and 90. RGB value is (43,58,144). Sum of RGB (Red+Green+Blue) = 43+58+144=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A90 is #D4C56F. Grayscale: #3E3E3E. Windows color (decimal): -13944176 or 9452075. OLE color: 9452075.

HSL color Cylindrical-coordinate representation of color #2B3A90: hue angle of 231.09º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3A90 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4358144-
CMYK0.700.6000.44
HSL231.09º54.01%36.67%-
HSV(B)231.09º70.14%56.47%-
XYZ7.545.5527.06-
YUV63.32173.53113.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.55%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=17.55%
G=23.67%
B=58.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43581440.700.6000.44231.0954.0136.67
Hex2B3A90463C02Ce73625
Octal5372220106740543476645
Binary101011111010100100001000110111100010110011100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,144); }

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

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

 a { background-color: rgb(43,58,144); }

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

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

 span { border-color: rgb(43,58,144); }

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