#234594

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

Shades of Tory Blue #234594

Tints of Tory Blue #234594

Color information

#234594 (or 0x234594) is unknown color: approx Tory Blue. HEX triplet: 23, 45 and 94. RGB value is (35,69,148). Sum of RGB (Red+Green+Blue) = 35+69+148=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #234594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234594 is #DCBA6B. Grayscale: #434343. Windows color (decimal): -14465644 or 9717027. OLE color: 9717027.

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

Color convert

RGB3569148-
CMYK0.760.5300.42
HSL221.95º61.75%35.88%-
HSV(B)221.95º76.35%58.04%-
XYZ8.176.7528.89-
YUV67.84173.24104.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=13.89%
G=27.38%
B=58.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35691480.760.5300.42221.9561.7535.88
Hex2345944C3502Ade3e24
Octal43105224114650523367644
Binary1000111000101100101001001100110101010101011011110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234594; }

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

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

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

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

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

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

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

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