Html Css Color HEX #244895 Tory Blue

📋 copy color: '#244895'

red 36 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #244895

Tints of Tory Blue #244895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 14.01%
G = 28.02%
B = 57.98%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244895 (or 0x244895) is known color: Tory Blue. HEX triplet: 24, 48 and 95. RGB value is (36,72,149). Sum of RGB (Red+Green+Blue) = 36+72+149=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #244895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244895 is #DBB76A. Grayscale: #454545. Windows color (decimal): -14399339 or 9783332. OLE color: 9783332.

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

Color convert

RGB 36 72 149 -
CMYK 0.76 0.52 0 0.42
HSL 220.89º 0.61% 0.36% -
HSV(B) 220.89º 0.76% 0.58% -
XYZ 8.47 7.18 29.37 -
YUV 70.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 36 72 149 0.76 0.52 0 0.42 220.89 0.61 0.36
Hex 24 48 95 4C 34 0 2A DD 3D 24
Octal 44 110 225 114 64 0 52 335 75 44
Binary 100100 1001000 10010101 1001100 110100 0 101010 11011101 111101 100100

Color Harmonies of #244895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244895

Black with #244895

Text Example


Text Example

White with #244895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244895; }

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

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

background-color css

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

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

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

border-color css

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

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

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