#2B419B

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

Shades of Tory Blue #2B419B

Tints of Tory Blue #2B419B

Color information

#2B419B (or 0x2B419B) is unknown color: approx Tory Blue. HEX triplet: 2B, 41 and 9B. RGB value is (43,65,155). Sum of RGB (Red+Green+Blue) = 43+65+155=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B419B is #D4BE64. Grayscale: #444444. Windows color (decimal): -13942373 or 10174763. OLE color: 10174763.

HSL color Cylindrical-coordinate representation of color #2B419B: hue angle of 228.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B419B is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4365155-
CMYK0.720.5800.39
HSL228.21º56.57%38.82%-
HSV(B)228.21º72.26%60.78%-
XYZ8.86.6631.83-
YUV68.68176.71109.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=16.35%
G=24.71%
B=58.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43651550.720.5800.39228.2156.5738.82
Hex2B419B483A027e43927
Octal53101233110720473447147
Binary1010111000001100110111001000111010010011111100100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,155); }

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

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

 a { background-color: rgb(43,65,155); }

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

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

 span { border-color: rgb(43,65,155); }

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