#2B438B

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

Shades of Tory Blue #2B438B

Tints of Tory Blue #2B438B

Color information

#2B438B (or 0x2B438B) is unknown color: approx Tory Blue. HEX triplet: 2B, 43 and 8B. RGB value is (43,67,139). Sum of RGB (Red+Green+Blue) = 43+67+139=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B438B is #D4BC74. Grayscale: #434343. Windows color (decimal): -13941877 or 9126699. OLE color: 9126699.

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

Color convert

RGB4367139-
CMYK0.690.5200.45
HSL225º52.75%35.69%-
HSV(B)225º69.06%54.51%-
XYZ7.666.3925.26-
YUV68.03168.05110.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=17.27%
G=26.91%
B=55.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43671390.690.5200.4522552.7535.69
Hex2B438B453402De13524
Octal53103213105640553416544
Binary1010111000011100010111000101110100010110111100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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