Html Css Color HEX #244896 Tory Blue

📋 copy color: '#244896'

red 36 ◦ green 72 ◦ blue 150

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

Shades of Tory Blue #244896

Tints of Tory Blue #244896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 13.95%
G = 27.91%
B = 58.14%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#244896 (or 0x244896) is known color: Tory Blue. HEX triplet: 24, 48 and 96. RGB value is (36,72,150). Sum of RGB (Red+Green+Blue) = 36+72+150=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #244896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244896 is #DBB769. Grayscale: #454545. Windows color (decimal): -14399338 or 9848868. OLE color: 9848868.

HSL color Cylindrical-coordinate representation of color #244896: hue angle of 221.05º 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 #244896 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 72 150 -
CMYK 0.76 0.52 0 0.41
HSL 221.05º 0.61% 0.36% -
HSV(B) 221.05º 0.76% 0.59% -
XYZ 8.55 7.21 29.8 -
YUV 70.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 36 72 150 0.76 0.52 0 0.41 221.05 0.61 0.36
Hex 24 48 96 4C 34 0 29 DD 3D 24
Octal 44 110 226 114 64 0 51 335 75 44
Binary 100100 1001000 10010110 1001100 110100 0 101001 11011101 111101 100100

Color Harmonies of #244896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244896

Black with #244896

Text Example


Text Example

White with #244896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244896; }

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

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

background-color css

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

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

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

border-color css

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

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

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