#234390

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

Shades of Tory Blue #234390

Tints of Tory Blue #234390

Color information

#234390 (or 0x234390) is unknown color: approx Tory Blue. HEX triplet: 23, 43 and 90. RGB value is (35,67,144). Sum of RGB (Red+Green+Blue) = 35+67+144=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #234390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234390 is #DCBC6F. Grayscale: #414141. Windows color (decimal): -14466160 or 9454371. OLE color: 9454371.

HSL color Cylindrical-coordinate representation of color #234390: hue angle of 222.39º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234390 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3567144-
CMYK0.760.5300.44
HSL222.39º60.89%35.1%-
HSV(B)222.39º75.69%56.47%-
XYZ7.736.3927.21-
YUV66.21171.9105.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=14.23%
G=27.24%
B=58.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35671440.760.5300.44222.3960.8935.1
Hex2343904C3502Cde3d23
Octal43103220114650543367543
Binary1000111000011100100001001100110101010110011011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234390; }

 p { color: rgb(35,67,144); }

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

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

 a { background-color: rgb(35,67,144); }

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

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

 span { border-color: rgb(35,67,144); }

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