#23408B

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

Shades of Tory Blue #23408B

Tints of Tory Blue #23408B

Color information

#23408B (or 0x23408B) is unknown color: approx Tory Blue. HEX triplet: 23, 40 and 8B. RGB value is (35,64,139). Sum of RGB (Red+Green+Blue) = 35+64+139=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #23408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23408B is #DCBF74. Grayscale: #3F3F3F. Windows color (decimal): -14466933 or 9125923. OLE color: 9125923.

HSL color Cylindrical-coordinate representation of color #23408B: hue angle of 223.27º 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 #23408B is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3564139-
CMYK0.750.5400.45
HSL223.27º59.77%34.12%-
HSV(B)223.27º74.82%54.51%-
XYZ7.195.8925.18-
YUV63.88170.39107.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=14.71%
G=26.89%
B=58.40%

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
Decimal35641390.750.5400.45223.2759.7734.12
Hex23408B4B3602Ddf3c22
Octal43100213113660553377442
Binary1000111000000100010111001011110110010110111011111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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