Html Css Color HEX #244190 Tory Blue

📋 copy color: '#244190'

red 36 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #244190

Tints of Tory Blue #244190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 14.69%
G = 26.53%
B = 58.78%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244190 (or 0x244190) is known color: Tory Blue. HEX triplet: 24, 41 and 90. RGB value is (36,65,144). Sum of RGB (Red+Green+Blue) = 36+65+144=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #244190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244190 is #DBBE6F. Grayscale: #404040. Windows color (decimal): -14401136 or 9453860. OLE color: 9453860.

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

Color convert

RGB 36 65 144 -
CMYK 0.75 0.55 0 0.44
HSL 223.89º 0.6% 0.35% -
HSV(B) 223.89º 0.75% 0.56% -
XYZ 7.65 6.17 27.17 -
YUV 65.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 36 65 144 0.75 0.55 0 0.44 223.89 0.6 0.35
Hex 24 41 90 4B 37 0 2C E0 3C 23
Octal 44 101 220 113 67 0 54 340 74 43
Binary 100100 1000001 10010000 1001011 110111 0 101100 11100000 111100 100011

Color Harmonies of #244190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244190

Black with #244190

Text Example


Text Example

White with #244190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244190; }

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

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

background-color css

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

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

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

border-color css

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

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

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