Html Css Color HEX #244090 Tory Blue

📋 copy color: '#244090'

red 36 ◦ green 64 ◦ blue 144

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

Shades of Tory Blue #244090

Tints of Tory Blue #244090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 14.75%
G = 26.23%
B = 59.02%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244090 (or 0x244090) is known color: Tory Blue. HEX triplet: 24, 40 and 90. RGB value is (36,64,144). Sum of RGB (Red+Green+Blue) = 36+64+144=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #244090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244090 is #DBBF6F. Grayscale: #404040. Windows color (decimal): -14401392 or 9453604. OLE color: 9453604.

HSL color Cylindrical-coordinate representation of color #244090: hue angle of 224.44º 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 #244090 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 64 144 -
CMYK 0.75 0.56 0 0.44
HSL 224.44º 0.6% 0.35% -
HSV(B) 224.44º 0.75% 0.56% -
XYZ 7.59 6.06 27.15 -
YUV 64.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 36 64 144 0.75 0.56 0 0.44 224.44 0.6 0.35
Hex 24 40 90 4B 38 0 2C E0 3C 23
Octal 44 100 220 113 70 0 54 340 74 43
Binary 100100 1000000 10010000 1001011 111000 0 101100 11100000 111100 100011

Color Harmonies of #244090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244090

Black with #244090

Text Example


Text Example

White with #244090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244090; }

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

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

background-color css

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

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

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

border-color css

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

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

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