Html Css Color HEX #24499C Tory Blue

📋 copy color: '#24499C'

red 36 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #24499C

Tints of Tory Blue #24499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 13.58%
G = 27.55%
B = 58.87%

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

#24499C (or 0x24499C) is known color: Tory Blue. HEX triplet: 24, 49 and 9C. RGB value is (36,73,156). Sum of RGB (Red+Green+Blue) = 36+73+156=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #24499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24499C is #DBB663. Grayscale: #474747. Windows color (decimal): -14399076 or 10242340. OLE color: 10242340.

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

Color convert

RGB 36 73 156 -
CMYK 0.77 0.53 0 0.39
HSL 221.5º 0.63% 0.38% -
HSV(B) 221.5º 0.77% 0.61% -
XYZ 9.11 7.54 32.43 -
YUV 71.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 36 73 156 0.77 0.53 0 0.39 221.5 0.63 0.38
Hex 24 49 9C 4D 35 0 27 DE 3E 26
Octal 44 111 234 115 65 0 47 336 76 46
Binary 100100 1001001 10011100 1001101 110101 0 100111 11011110 111110 100110

Color Harmonies of #24499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24499C

Black with #24499C

Text Example


Text Example

White with #24499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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