#2b4383

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

Shades of Tory Blue #2B4383

Tints of Tory Blue #2B4383

Color information

#2B4383 (or 0x2B4383) is unknown color: approx Tory Blue. HEX triplet: 2B, 43 and 83. RGB value is (43,67,131). Sum of RGB (Red+Green+Blue) = 43+67+131=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B4383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4383 is #D4BC7C. Grayscale: #424242. Windows color (decimal): -13941885 or 8602411. OLE color: 8602411.

HSL color Cylindrical-coordinate representation of color #2B4383: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4383 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4367131-
CMYK0.670.4900.49
HSL223.64º50.57%34.12%-
HSV(B)223.64º67.18%51.37%-
XYZ7.16.1722.29-
YUV67.12164.05110.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 131 (51.56% from 255) = 54.36%
R=17.84%
G=27.80%
B=54.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43671310.670.4900.49223.6450.5734.12
Hex2B43834331031e03322
Octal53103203103610613406342
Binary1010111000011100000111000011110001011000111100000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b4383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,131); }

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

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

 a { background-color: rgb(43,67,131); }

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

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

 span { border-color: rgb(43,67,131); }

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