Html Css Color HEX #244494 Tory Blue

📋 copy color: '#244494'

red 36 ◦ green 68 ◦ blue 148

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

Shades of Tory Blue #244494

Tints of Tory Blue #244494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 14.29%
G = 26.98%
B = 58.73%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244494 (or 0x244494) is known color: Tory Blue. HEX triplet: 24, 44 and 94. RGB value is (36,68,148). Sum of RGB (Red+Green+Blue) = 36+68+148=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #244494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244494 is #DBBB6B. Grayscale: #434343. Windows color (decimal): -14400364 or 9716772. OLE color: 9716772.

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

Color convert

RGB 36 68 148 -
CMYK 0.76 0.54 0 0.42
HSL 222.86º 0.61% 0.36% -
HSV(B) 222.86º 0.76% 0.58% -
XYZ 8.14 6.65 28.87 -
YUV 67.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 36 68 148 0.76 0.54 0 0.42 222.86 0.61 0.36
Hex 24 44 94 4C 36 0 2A DF 3D 24
Octal 44 104 224 114 66 0 52 337 75 44
Binary 100100 1000100 10010100 1001100 110110 0 101010 11011111 111101 100100

Color Harmonies of #244494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244494

Black with #244494

Text Example


Text Example

White with #244494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244494; }

 p { color: rgb(36,68,148); }

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

background-color css

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

 a { background-color: rgb(36,68,148); }

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

border-color css

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

 span { border-color: rgb(36,68,148); }

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