Html Css Color HEX #244394 Tory Blue

📋 copy color: '#244394'

red 36 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #244394

Tints of Tory Blue #244394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 14.34%
G = 26.69%
B = 58.96%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244394 (or 0x244394) is known color: Tory Blue. HEX triplet: 24, 43 and 94. RGB value is (36,67,148). Sum of RGB (Red+Green+Blue) = 36+67+148=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #244394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244394 is #DBBC6B. Grayscale: #424242. Windows color (decimal): -14400620 or 9716516. OLE color: 9716516.

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

Color convert

RGB 36 67 148 -
CMYK 0.76 0.55 0 0.42
HSL 223.39º 0.61% 0.36% -
HSV(B) 223.39º 0.76% 0.58% -
XYZ 8.08 6.53 28.85 -
YUV 66.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 36 67 148 0.76 0.55 0 0.42 223.39 0.61 0.36
Hex 24 43 94 4C 37 0 2A DF 3D 24
Octal 44 103 224 114 67 0 52 337 75 44
Binary 100100 1000011 10010100 1001100 110111 0 101010 11011111 111101 100100

Color Harmonies of #244394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244394

Black with #244394

Text Example


Text Example

White with #244394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244394; }

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

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

background-color css

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

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

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

border-color css

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

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

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