Html Css Color HEX #24418D Tory Blue

📋 copy color: '#24418D'

red 36 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #24418D

Tints of Tory Blue #24418D

RGB

 RED value IS 36 (14.45% from 255) = 14.88%

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 14.88%
G = 26.86%
B = 58.26%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24418D (or 0x24418D) is known color: Tory Blue. HEX triplet: 24, 41 and 8D. RGB value is (36,65,141). Sum of RGB (Red+Green+Blue) = 36+65+141=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #24418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24418D is #DBBE72. Grayscale: #404040. Windows color (decimal): -14401139 or 9257252. OLE color: 9257252.

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

Color convert

RGB 36 65 141 -
CMYK 0.74 0.54 0 0.45
HSL 223.43º 0.59% 0.35% -
HSV(B) 223.43º 0.74% 0.55% -
XYZ 7.43 6.08 25.98 -
YUV 64.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 36 65 141 0.74 0.54 0 0.45 223.43 0.59 0.35
Hex 24 41 8D 4A 36 0 2D DF 3B 23
Octal 44 101 215 112 66 0 55 337 73 43
Binary 100100 1000001 10001101 1001010 110110 0 101101 11011111 111011 100011

Color Harmonies of #24418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24418D

Black with #24418D

Text Example


Text Example

White with #24418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24418D;
 }
 .AnyTagClassName
 {
   color: #24418D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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