Html Css Color HEX #244293 Tory Blue

📋 copy color: '#244293'

red 36 ◦ green 66 ◦ blue 147

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

Shades of Tory Blue #244293

Tints of Tory Blue #244293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 14.46%
G = 26.51%
B = 59.04%

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

#244293 (or 0x244293) is known color: Tory Blue. HEX triplet: 24, 42 and 93. RGB value is (36,66,147). Sum of RGB (Red+Green+Blue) = 36+66+147=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #244293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244293 is #DBBD6C. Grayscale: #414141. Windows color (decimal): -14400877 or 9650724. OLE color: 9650724.

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

Color convert

RGB 36 66 147 -
CMYK 0.76 0.55 0 0.42
HSL 223.78º 0.61% 0.36% -
HSV(B) 223.78º 0.76% 0.58% -
XYZ 7.94 6.38 28.42 -
YUV 66.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 36 66 147 0.76 0.55 0 0.42 223.78 0.61 0.36
Hex 24 42 93 4C 37 0 2A E0 3D 24
Octal 44 102 223 114 67 0 52 340 75 44
Binary 100100 1000010 10010011 1001100 110111 0 101010 11100000 111101 100100

Color Harmonies of #244293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244293

Black with #244293

Text Example


Text Example

White with #244293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244293; }

 p { color: rgb(36,66,147); }

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

background-color css

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

 a { background-color: rgb(36,66,147); }

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

border-color css

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

 span { border-color: rgb(36,66,147); }

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