#2B3E8B

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

Shades of Tory Blue #2B3E8B

Tints of Tory Blue #2B3E8B

Color information

#2B3E8B (or 0x2B3E8B) is unknown color: approx Tory Blue. HEX triplet: 2B, 3E and 8B. RGB value is (43,62,139). Sum of RGB (Red+Green+Blue) = 43+62+139=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B3E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3E8B is #D4C174. Grayscale: #404040. Windows color (decimal): -13943157 or 9125419. OLE color: 9125419.

HSL color Cylindrical-coordinate representation of color #2B3E8B: hue angle of 228.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3E8B is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4362139-
CMYK0.690.5500.45
HSL228.12º52.75%35.69%-
HSV(B)228.12º69.06%54.51%-
XYZ7.385.8225.16-
YUV65.1169.71112.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=17.62%
G=25.41%
B=56.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43621390.690.5500.45228.1252.7535.69
Hex2B3E8B453702De43524
Octal5376213105670553446544
Binary101011111110100010111000101110111010110111100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,139); }

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

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

 a { background-color: rgb(43,62,139); }

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

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

 span { border-color: rgb(43,62,139); }

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