#234193

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

Shades of Tory Blue #234193

Tints of Tory Blue #234193

Color information

#234193 (or 0x234193) is unknown color: approx Tory Blue. HEX triplet: 23, 41 and 93. RGB value is (35,65,147). Sum of RGB (Red+Green+Blue) = 35+65+147=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #234193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234193 is #DCBE6C. Grayscale: #414141. Windows color (decimal): -14466669 or 9650467. OLE color: 9650467.

HSL color Cylindrical-coordinate representation of color #234193: hue angle of 223.93º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234193 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3565147-
CMYK0.760.5600.42
HSL223.93º61.54%35.69%-
HSV(B)223.93º76.19%57.65%-
XYZ7.856.2428.4-
YUV65.38174.06106.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 147 (57.81% from 255) = 59.51%
R=14.17%
G=26.32%
B=59.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35651470.760.5600.42223.9361.5435.69
Hex2341934C3802Ae03e24
Octal43101223114700523407644
Binary1000111000001100100111001100111000010101011100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234193; }

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

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

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

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

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

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

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

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