#23489A

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

Shades of Tory Blue #23489A

Tints of Tory Blue #23489A

Color information

#23489A (or 0x23489A) is unknown color: approx Tory Blue. HEX triplet: 23, 48 and 9A. RGB value is (35,72,154). Sum of RGB (Red+Green+Blue) = 35+72+154=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #23489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23489A is #DCB765. Grayscale: #454545. Windows color (decimal): -14464870 or 10111011. OLE color: 10111011.

HSL color Cylindrical-coordinate representation of color #23489A: hue angle of 221.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23489A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3572154-
CMYK0.770.5300.40
HSL221.34º62.96%37.06%-
HSV(B)221.34º77.27%60.39%-
XYZ8.847.3331.52-
YUV70.28175.24102.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=13.41%
G=27.59%
B=59.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35721540.770.5300.40221.3462.9637.06
Hex23489A4D35028dd3f25
Octal43110232115650503357745
Binary1000111001000100110101001101110101010100011011101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23489A; }

 p { color: rgb(35,72,154); }

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

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

 a { background-color: rgb(35,72,154); }

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

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

 span { border-color: rgb(35,72,154); }

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