Html Css Color HEX #24479A Tory Blue

📋 copy color: '#24479A'

red 36 ◦ green 71 ◦ blue 154

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

Shades of Tory Blue #24479A

Tints of Tory Blue #24479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 154 (60.55% from 255) = 59%

R = 13.79%
G = 27.2%
B = 59%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24479A (or 0x24479A) is known color: Tory Blue. HEX triplet: 24, 47 and 9A. RGB value is (36,71,154). Sum of RGB (Red+Green+Blue) = 36+71+154=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #24479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24479A is #DBB865. Grayscale: #454545. Windows color (decimal): -14399590 or 10110756. OLE color: 10110756.

HSL color Cylindrical-coordinate representation of color #24479A: hue angle of 222.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24479A is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 71 154 -
CMYK 0.77 0.54 0 0.40
HSL 222.2º 0.62% 0.37% -
HSV(B) 222.2º 0.77% 0.6% -
XYZ 8.81 7.21 31.5 -
YUV 70 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 36 71 154 0.77 0.54 0 0.40 222.2 0.62 0.37
Hex 24 47 9A 4D 36 0 28 DE 3E 25
Octal 44 107 232 115 66 0 50 336 76 45
Binary 100100 1000111 10011010 1001101 110110 0 101000 11011110 111110 100101

Color Harmonies of #24479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24479A

Black with #24479A

Text Example


Text Example

White with #24479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,71,154); }

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

background-color css

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

 a { background-color: rgb(36,71,154); }

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

border-color css

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

 span { border-color: rgb(36,71,154); }

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