Html Css Color HEX #244194 Tory Blue

📋 copy color: '#244194'

red 36 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #244194

Tints of Tory Blue #244194

RGB

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

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

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

R = 14.46%
G = 26.1%
B = 59.44%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244194 (or 0x244194) is known color: Tory Blue. HEX triplet: 24, 41 and 94. RGB value is (36,65,148). Sum of RGB (Red+Green+Blue) = 36+65+148=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #244194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244194 is #DBBE6B. Grayscale: #414141. Windows color (decimal): -14401132 or 9716004. OLE color: 9716004.

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

Color convert

RGB 36 65 148 -
CMYK 0.76 0.56 0 0.42
HSL 224.46º 0.61% 0.36% -
HSV(B) 224.46º 0.76% 0.58% -
XYZ 7.96 6.29 28.81 -
YUV 65.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 36 65 148 0.76 0.56 0 0.42 224.46 0.61 0.36
Hex 24 41 94 4C 38 0 2A E0 3D 24
Octal 44 101 224 114 70 0 52 340 75 44
Binary 100100 1000001 10010100 1001100 111000 0 101010 11100000 111101 100100

Color Harmonies of #244194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244194

Black with #244194

Text Example


Text Example

White with #244194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244194; }

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

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

background-color css

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

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

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

border-color css

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

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

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