Html Css Color HEX #24408D Tory Blue

📋 copy color: '#24408D'

red 36 ◦ green 64 ◦ blue 141

#24408D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #24408D

Tints of Tory Blue #24408D

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 value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24408D (or 0x24408D) is known color: 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

RGB 36 64 141 -
CMYK 0.74 0.55 0 0.45
HSL 224º 0.59% 0.35% -
HSV(B) 224º 0.74% 0.55% -
XYZ 7.37 5.96 25.96 -
YUV 64.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 36 64 141 0.74 0.55 0 0.45 224 0.59 0.35
Hex 24 40 8D 4A 37 0 2D E0 3B 23
Octal 44 100 215 112 67 0 55 340 73 43
Binary 100100 1000000 10001101 1001010 110111 0 101101 11100000 111011 100011

Color Harmonies of #24408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24408D

Black with #24408D

Text Example


Text Example

White with #24408D

Text Example


Text Example

HTML Codes & Css Web 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>