Html Css Color HEX #24408F Tory Blue

📋 copy color: '#24408F'

red 36 ◦ green 64 ◦ blue 143

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

Shades of Tory Blue #24408F

Tints of Tory Blue #24408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 143 (56.25% from 255) = 58.85%

R = 14.81%
G = 26.34%
B = 58.85%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24408F (or 0x24408F) is known color: Tory Blue. HEX triplet: 24, 40 and 8F. RGB value is (36,64,143). Sum of RGB (Red+Green+Blue) = 36+64+143=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #24408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24408F is #DBBF70. Grayscale: #404040. Windows color (decimal): -14401393 or 9388068. OLE color: 9388068.

HSL color Cylindrical-coordinate representation of color #24408F: hue angle of 224.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24408F is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 64 143 -
CMYK 0.75 0.55 0 0.44
HSL 224.3º 0.6% 0.35% -
HSV(B) 224.3º 0.75% 0.56% -
XYZ 7.52 6.03 26.75 -
YUV 64.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 36 64 143 0.75 0.55 0 0.44 224.3 0.6 0.35
Hex 24 40 8F 4B 37 0 2C E0 3C 23
Octal 44 100 217 113 67 0 54 340 74 43
Binary 100100 1000000 10001111 1001011 110111 0 101100 11100000 111100 100011

Color Harmonies of #24408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24408F

Black with #24408F

Text Example


Text Example

White with #24408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24408F;
 }
 .AnyTagClassName
 {
   color: #24408F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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