Html Css Color HEX #24418A Tory Blue

📋 copy color: '#24418A'

red 36 ◦ green 65 ◦ blue 138

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

Shades of Tory Blue #24418A

Tints of Tory Blue #24418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 15.06%
G = 27.2%
B = 57.74%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24418A (or 0x24418A) is known color: Tory Blue. HEX triplet: 24, 41 and 8A. RGB value is (36,65,138). Sum of RGB (Red+Green+Blue) = 36+65+138=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #24418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24418A is #DBBE75. Grayscale: #404040. Windows color (decimal): -14401142 or 9060644. OLE color: 9060644.

HSL color Cylindrical-coordinate representation of color #24418A: hue angle of 222.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24418A is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 65 138 -
CMYK 0.74 0.53 0 0.46
HSL 222.94º 0.59% 0.34% -
HSV(B) 222.94º 0.74% 0.54% -
XYZ 7.21 5.99 24.82 -
YUV 64.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 36 65 138 0.74 0.53 0 0.46 222.94 0.59 0.34
Hex 24 41 8A 4A 35 0 2E DF 3B 22
Octal 44 101 212 112 65 0 56 337 73 42
Binary 100100 1000001 10001010 1001010 110101 0 101110 11011111 111011 100010

Color Harmonies of #24418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24418A

Black with #24418A

Text Example


Text Example

White with #24418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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