#2b3b8d

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

Shades of Tory Blue #2B3B8D

Tints of Tory Blue #2B3B8D

Color information

#2B3B8D (or 0x2B3B8D) is unknown color: approx Tory Blue. HEX triplet: 2B, 3B and 8D. RGB value is (43,59,141). Sum of RGB (Red+Green+Blue) = 43+59+141=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B3B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3B8D is #D4C472. Grayscale: #3F3F3F. Windows color (decimal): -13943923 or 9255723. OLE color: 9255723.

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

Color convert

RGB4359141-
CMYK0.700.5800.45
HSL230.2º53.26%36.08%-
HSV(B)230.2º69.5%55.29%-
XYZ7.375.5625.89-
YUV63.56171.7113.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=17.70%
G=24.28%
B=58.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43591410.700.5800.45230.253.2636.08
Hex2B3B8D463A02De63524
Octal5373215106720553466544
Binary101011111011100011011000110111010010110111100110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,59,141); }

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

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

 a { background-color: rgb(43,59,141); }

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

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

 span { border-color: rgb(43,59,141); }

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