#234093

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

Shades of Tory Blue #234093

Tints of Tory Blue #234093

Color information

#234093 (or 0x234093) is unknown color: approx Tory Blue. HEX triplet: 23, 40 and 93. RGB value is (35,64,147). Sum of RGB (Red+Green+Blue) = 35+64+147=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #234093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234093 is #DCBF6C. Grayscale: #404040. Windows color (decimal): -14466925 or 9650211. OLE color: 9650211.

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

Color convert

RGB3564147-
CMYK0.760.5600.42
HSL224.46º61.54%35.69%-
HSV(B)224.46º76.19%57.65%-
XYZ7.796.1328.38-
YUV64.79174.39106.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=14.23%
G=26.02%
B=59.76%

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
Decimal35641470.760.5600.42224.4661.5435.69
Hex2340934C3802Ae03e24
Octal43100223114700523407644
Binary1000111000000100100111001100111000010101011100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234093; }

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

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

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

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

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

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

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

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