Html Css Color HEX #244191 Tory Blue

📋 copy color: '#244191'

red 36 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #244191

Tints of Tory Blue #244191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 14.63%
G = 26.42%
B = 58.94%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#244191 (or 0x244191) is known color: Tory Blue. HEX triplet: 24, 41 and 91. RGB value is (36,65,145). Sum of RGB (Red+Green+Blue) = 36+65+145=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #244191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244191 is #DBBE6E. Grayscale: #414141. Windows color (decimal): -14401135 or 9519396. OLE color: 9519396.

HSL color Cylindrical-coordinate representation of color #244191: hue angle of 224.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244191 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 65 145 -
CMYK 0.75 0.55 0 0.43
HSL 224.04º 0.6% 0.35% -
HSV(B) 224.04º 0.75% 0.57% -
XYZ 7.73 6.2 27.58 -
YUV 65.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 36 65 145 0.75 0.55 0 0.43 224.04 0.6 0.35
Hex 24 41 91 4B 37 0 2B E0 3C 23
Octal 44 101 221 113 67 0 53 340 74 43
Binary 100100 1000001 10010001 1001011 110111 0 101011 11100000 111100 100011

Color Harmonies of #244191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244191

Black with #244191

Text Example


Text Example

White with #244191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244191; }

 p { color: rgb(36,65,145); }

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

background-color css

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

 a { background-color: rgb(36,65,145); }

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

border-color css

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

 span { border-color: rgb(36,65,145); }

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