#2B4692

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

Shades of Tory Blue #2B4692

Tints of Tory Blue #2B4692

Color information

#2B4692 (or 0x2B4692) is unknown color: approx Tory Blue. HEX triplet: 2B, 46 and 92. RGB value is (43,70,146). Sum of RGB (Red+Green+Blue) = 43+70+146=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B4692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4692 is #D4B96D. Grayscale: #464646. Windows color (decimal): -13941102 or 9586219. OLE color: 9586219.

HSL color Cylindrical-coordinate representation of color #2B4692: hue angle of 224.27º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4692 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4370146-
CMYK0.710.5200.43
HSL224.27º54.5%37.06%-
HSV(B)224.27º70.55%57.25%-
XYZ8.376.9728.1-
YUV70.59170.55108.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=16.60%
G=27.03%
B=56.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43701460.710.5200.43224.2754.537.06
Hex2B4692473402Be03625
Octal53106222107640533406645
Binary1010111000110100100101000111110100010101111100000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,146); }

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

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

 a { background-color: rgb(43,70,146); }

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

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

 span { border-color: rgb(43,70,146); }

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