#2B438E

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

Shades of Tory Blue #2B438E

Tints of Tory Blue #2B438E

Color information

#2B438E (or 0x2B438E) is unknown color: approx Tory Blue. HEX triplet: 2B, 43 and 8E. RGB value is (43,67,142). Sum of RGB (Red+Green+Blue) = 43+67+142=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B438E is #D4BC71. Grayscale: #444444. Windows color (decimal): -13941874 or 9323307. OLE color: 9323307.

HSL color Cylindrical-coordinate representation of color #2B438E: hue angle of 225.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B438E is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4367142-
CMYK0.700.5300.44
HSL225.45º53.51%36.27%-
HSV(B)225.45º69.72%55.69%-
XYZ7.896.4826.43-
YUV68.37169.55109.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=17.06%
G=26.59%
B=56.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43671420.700.5300.44225.4553.5136.27
Hex2B438E463502Ce13624
Octal53103216106650543416644
Binary1010111000011100011101000110110101010110011100001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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