Html Css Color HEX #244495 Tory Blue

📋 copy color: '#244495'

red 36 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #244495

Tints of Tory Blue #244495

RGB

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

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

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

R = 14.23%
G = 26.88%
B = 58.89%

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

#244495 (or 0x244495) is known color: Tory Blue. HEX triplet: 24, 44 and 95. RGB value is (36,68,149). Sum of RGB (Red+Green+Blue) = 36+68+149=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #244495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244495 is #DBBB6A. Grayscale: #434343. Windows color (decimal): -14400363 or 9782308. OLE color: 9782308.

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

Color convert

RGB 36 68 149 -
CMYK 0.76 0.54 0 0.42
HSL 223.01º 0.61% 0.36% -
HSV(B) 223.01º 0.76% 0.58% -
XYZ 8.22 6.68 29.29 -
YUV 67.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 36 68 149 0.76 0.54 0 0.42 223.01 0.61 0.36
Hex 24 44 95 4C 36 0 2A DF 3D 24
Octal 44 104 225 114 66 0 52 337 75 44
Binary 100100 1000100 10010101 1001100 110110 0 101010 11011111 111101 100100

Color Harmonies of #244495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244495

Black with #244495

Text Example


Text Example

White with #244495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244495; }

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

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

background-color css

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

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

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

border-color css

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

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

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