#293E8B

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

Shades of Tory Blue #293E8B

Tints of Tory Blue #293E8B

Color information

#293E8B (or 0x293E8B) is unknown color: approx Tory Blue. HEX triplet: 29, 3E and 8B. RGB value is (41,62,139). Sum of RGB (Red+Green+Blue) = 41+62+139=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #293E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E8B is #D6C174. Grayscale: #404040. Windows color (decimal): -14074229 or 9125417. OLE color: 9125417.

HSL color Cylindrical-coordinate representation of color #293E8B: hue angle of 227.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293E8B is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4162139-
CMYK0.710.5500.45
HSL227.14º54.44%35.29%-
HSV(B)227.14º70.5%54.51%-
XYZ7.35.7825.16-
YUV64.5170.04111.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=16.94%
G=25.62%
B=57.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41621390.710.5500.45227.1454.4435.29
Hex293E8B473702De33623
Octal5176213107670553436643
Binary101001111110100010111000111110111010110111100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E8B; }

 p { color: rgb(41,62,139); }

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

<style>
 a { background-color: #293E8B; }

 a { background-color: rgb(41,62,139); }

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

<style>
 span { border-color: #293E8B; }

 span { border-color: rgb(41,62,139); }

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