#2A439B

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

Shades of Tory Blue #2A439B

Tints of Tory Blue #2A439B

Color information

#2A439B (or 0x2A439B) is unknown color: approx Tory Blue. HEX triplet: 2A, 43 and 9B. RGB value is (42,67,155). Sum of RGB (Red+Green+Blue) = 42+67+155=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A439B is #D5BC64. Grayscale: #454545. Windows color (decimal): -14007397 or 10175274. OLE color: 10175274.

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

Color convert

RGB4267155-
CMYK0.730.5700.39
HSL226.73º57.36%38.63%-
HSV(B)226.73º72.9%60.78%-
XYZ8.886.8731.87-
YUV69.56176.22108.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=15.91%
G=25.38%
B=58.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42671550.730.5700.39226.7357.3638.63
Hex2A439B4939027e33927
Octal52103233111710473437147
Binary1010101000011100110111001001111001010011111100011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,155); }

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

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

 a { background-color: rgb(42,67,155); }

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

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

 span { border-color: rgb(42,67,155); }

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