Html Css Color HEX #24499B Tory Blue

📋 copy color: '#24499B'

red 36 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #24499B

Tints of Tory Blue #24499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 13.64%
G = 27.65%
B = 58.71%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24499B (or 0x24499B) is known color: Tory Blue. HEX triplet: 24, 49 and 9B. RGB value is (36,73,155). Sum of RGB (Red+Green+Blue) = 36+73+155=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #24499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24499B is #DBB664. Grayscale: #464646. Windows color (decimal): -14399077 or 10176804. OLE color: 10176804.

HSL color Cylindrical-coordinate representation of color #24499B: hue angle of 221.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24499B is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 73 155 -
CMYK 0.77 0.53 0 0.39
HSL 221.34º 0.62% 0.37% -
HSV(B) 221.34º 0.77% 0.61% -
XYZ 9.03 7.51 31.98 -
YUV 71.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 36 73 155 0.77 0.53 0 0.39 221.34 0.62 0.37
Hex 24 49 9B 4D 35 0 27 DD 3E 25
Octal 44 111 233 115 65 0 47 335 76 45
Binary 100100 1001001 10011011 1001101 110101 0 100111 11011101 111110 100101

Color Harmonies of #24499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24499B

Black with #24499B

Text Example


Text Example

White with #24499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24499B; }

 p { color: rgb(36,73,155); }

 H1.HeaderClassName
 {
   color: #24499B;
 }
 .AnyTagClassName
 {
   color: #24499B;
 }
</style>

background-color css

<style>
 a { background-color: #24499B; }

 a { background-color: rgb(36,73,155); }

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

border-color css

<style>
 span { border-color: #24499B; }

 span { border-color: rgb(36,73,155); }

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