#23408C

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

Shades of Tory Blue #23408C

Tints of Tory Blue #23408C

Color information

#23408C (or 0x23408C) is unknown color: approx Tory Blue. HEX triplet: 23, 40 and 8C. RGB value is (35,64,140). Sum of RGB (Red+Green+Blue) = 35+64+140=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #23408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23408C is #DCBF73. Grayscale: #3F3F3F. Windows color (decimal): -14466932 or 9191459. OLE color: 9191459.

HSL color Cylindrical-coordinate representation of color #23408C: hue angle of 223.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23408C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3564140-
CMYK0.750.5400.45
HSL223.43º60%34.31%-
HSV(B)223.43º75%54.9%-
XYZ7.265.9225.57-
YUV63.99170.89107.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 140 (55.08% from 255) = 58.58%
R=14.64%
G=26.78%
B=58.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35641400.750.5400.45223.436034.31
Hex23408C4B3602Ddf3c22
Octal43100214113660553377442
Binary1000111000000100011001001011110110010110111011111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23408C; }

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

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

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

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

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

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

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

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