#234092

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

Shades of Tory Blue #234092

Tints of Tory Blue #234092

Color information

#234092 (or 0x234092) is unknown color: approx Tory Blue. HEX triplet: 23, 40 and 92. RGB value is (35,64,146). Sum of RGB (Red+Green+Blue) = 35+64+146=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #234092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234092 is #DCBF6D. Grayscale: #404040. Windows color (decimal): -14466926 or 9584675. OLE color: 9584675.

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

Color convert

RGB3564146-
CMYK0.760.5600.43
HSL224.32º61.33%35.49%-
HSV(B)224.32º76.03%57.25%-
XYZ7.716.127.96-
YUV64.68173.89106.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=14.29%
G=26.12%
B=59.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35641460.760.5600.43224.3261.3335.49
Hex2340924C3802Be03d23
Octal43100222114700533407543
Binary1000111000000100100101001100111000010101111100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234092; }

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

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

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

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

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

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

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

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