#234293

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

Shades of Tory Blue #234293

Tints of Tory Blue #234293

Color information

#234293 (or 0x234293) is unknown color: approx Tory Blue. HEX triplet: 23, 42 and 93. RGB value is (35,66,147). Sum of RGB (Red+Green+Blue) = 35+66+147=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #234293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234293 is #DCBD6C. Grayscale: #414141. Windows color (decimal): -14466413 or 9650723. OLE color: 9650723.

HSL color Cylindrical-coordinate representation of color #234293: hue angle of 223.39º 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 #234293 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3566147-
CMYK0.760.5500.42
HSL223.39º61.54%35.69%-
HSV(B)223.39º76.19%57.65%-
XYZ7.916.3628.41-
YUV65.96173.73105.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 147 (57.81% from 255) = 59.27%
R=14.11%
G=26.61%
B=59.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35661470.760.5500.42223.3961.5435.69
Hex2342934C3702Adf3e24
Octal43102223114670523377644
Binary1000111000010100100111001100110111010101011011111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234293; }

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

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

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

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

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

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

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

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