Html Css Color HEX #244996 Tory Blue

📋 copy color: '#244996'

red 36 ◦ green 73 ◦ blue 150

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

Shades of Tory Blue #244996

Tints of Tory Blue #244996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.92%

R = 13.9%
G = 28.19%
B = 57.92%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#244996 (or 0x244996) is known color: Tory Blue. HEX triplet: 24, 49 and 96. RGB value is (36,73,150). Sum of RGB (Red+Green+Blue) = 36+73+150=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #244996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244996 is #DBB669. Grayscale: #464646. Windows color (decimal): -14399082 or 9849124. OLE color: 9849124.

HSL color Cylindrical-coordinate representation of color #244996: hue angle of 220.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244996 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 73 150 -
CMYK 0.76 0.51 0 0.41
HSL 220.53º 0.61% 0.36% -
HSV(B) 220.53º 0.76% 0.59% -
XYZ 8.62 7.34 29.82 -
YUV 70.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 36 73 150 0.76 0.51 0 0.41 220.53 0.61 0.36
Hex 24 49 96 4C 33 0 29 DD 3D 24
Octal 44 111 226 114 63 0 51 335 75 44
Binary 100100 1001001 10010110 1001100 110011 0 101001 11011101 111101 100100

Color Harmonies of #244996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244996

Black with #244996

Text Example


Text Example

White with #244996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244996; }

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

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

background-color css

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

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

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

border-color css

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

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

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