#24408D

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

Shades of Tory Blue #24408D

Tints of Tory Blue #24408D

Color information

#24408D (or 0x24408D) is unknown color: approx Tory Blue. HEX triplet: 24, 40 and 8D. RGB value is (36,64,141). Sum of RGB (Red+Green+Blue) = 36+64+141=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #24408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24408D is #DBBF72. Grayscale: #404040. Windows color (decimal): -14401395 or 9256996. OLE color: 9256996.

HSL color Cylindrical-coordinate representation of color #24408D: hue angle of 224º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24408D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3664141-
CMYK0.740.5500.45
HSL224º59.32%34.71%-
HSV(B)224º74.47%55.29%-
XYZ7.375.9625.96-
YUV64.41171.22107.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=14.94%
G=26.56%
B=58.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36641410.740.5500.4522459.3234.71
Hex24408D4A3702De03b23
Octal44100215112670553407343
Binary1001001000000100011011001010110111010110111100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24408D; }

 p { color: rgb(36,64,141); }

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

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

 a { background-color: rgb(36,64,141); }

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

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

 span { border-color: rgb(36,64,141); }

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