#234592

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

Shades of Tory Blue #234592

Tints of Tory Blue #234592

Color information

#234592 (or 0x234592) is unknown color: approx Tory Blue. HEX triplet: 23, 45 and 92. RGB value is (35,69,146). Sum of RGB (Red+Green+Blue) = 35+69+146=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #234592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234592 is #DCBA6D. Grayscale: #434343. Windows color (decimal): -14465646 or 9585955. OLE color: 9585955.

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

Color convert

RGB3569146-
CMYK0.760.5300.43
HSL221.62º61.33%35.49%-
HSV(B)221.62º76.03%57.25%-
XYZ8.016.6928.06-
YUV67.61172.24104.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=14%
G=27.6%
B=58.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35691460.760.5300.43221.6261.3335.49
Hex2345924C3502Bde3d23
Octal43105222114650533367543
Binary1000111000101100100101001100110101010101111011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234592; }

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

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

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

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

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

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

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

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