#2B4897

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

Shades of Tory Blue #2B4897

Tints of Tory Blue #2B4897

Color information

#2B4897 (or 0x2B4897) is unknown color: approx Tory Blue. HEX triplet: 2B, 48 and 97. RGB value is (43,72,151). Sum of RGB (Red+Green+Blue) = 43+72+151=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B4897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4897 is #D4B768. Grayscale: #474747. Windows color (decimal): -13940585 or 9914411. OLE color: 9914411.

HSL color Cylindrical-coordinate representation of color #2B4897: hue angle of 223.89º 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 #2B4897 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4372151-
CMYK0.720.5200.41
HSL223.89º55.67%38.04%-
HSV(B)223.89º71.52%59.22%-
XYZ8.97.3830.23-
YUV72.33172.39107.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 151 (59.38% from 255) = 56.77%
R=16.17%
G=27.07%
B=56.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43721510.720.5200.41223.8955.6738.04
Hex2B48974834029e03826
Octal53110227110640513407046
Binary1010111001000100101111001000110100010100111100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,151); }

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

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

 a { background-color: rgb(43,72,151); }

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

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

 span { border-color: rgb(43,72,151); }

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