#234191

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

Shades of Tory Blue #234191

Tints of Tory Blue #234191

Color information

#234191 (or 0x234191) is unknown color: approx Tory Blue. HEX triplet: 23, 41 and 91. RGB value is (35,65,145). Sum of RGB (Red+Green+Blue) = 35+65+145=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #234191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234191 is #DCBE6E. Grayscale: #404040. Windows color (decimal): -14466671 or 9519395. OLE color: 9519395.

HSL color Cylindrical-coordinate representation of color #234191: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234191 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3565145-
CMYK0.760.5500.43
HSL223.64º61.11%35.29%-
HSV(B)223.64º75.86%56.86%-
XYZ7.696.1827.58-
YUV65.15173.06106.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=14.29%
G=26.53%
B=59.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35651450.760.5500.43223.6461.1135.29
Hex2341914C3702Be03d23
Octal43101221114670533407543
Binary1000111000001100100011001100110111010101111100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234191; }

 p { color: rgb(35,65,145); }

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

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

 a { background-color: rgb(35,65,145); }

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

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

 span { border-color: rgb(35,65,145); }

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