Html Css Color HEX #244292 Tory Blue

📋 copy color: '#244292'

red 36 ◦ green 66 ◦ blue 146

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

Shades of Tory Blue #244292

Tints of Tory Blue #244292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 14.52%
G = 26.61%
B = 58.87%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#244292 (or 0x244292) is known color: Tory Blue. HEX triplet: 24, 42 and 92. RGB value is (36,66,146). Sum of RGB (Red+Green+Blue) = 36+66+146=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #244292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244292 is #DBBD6D. Grayscale: #414141. Windows color (decimal): -14400878 or 9585188. OLE color: 9585188.

HSL color Cylindrical-coordinate representation of color #244292: hue angle of 223.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244292 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 66 146 -
CMYK 0.75 0.55 0 0.43
HSL 223.64º 0.6% 0.36% -
HSV(B) 223.64º 0.75% 0.57% -
XYZ 7.86 6.35 28 -
YUV 66.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 36 66 146 0.75 0.55 0 0.43 223.64 0.6 0.36
Hex 24 42 92 4B 37 0 2B E0 3C 24
Octal 44 102 222 113 67 0 53 340 74 44
Binary 100100 1000010 10010010 1001011 110111 0 101011 11100000 111100 100100

Color Harmonies of #244292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244292

Black with #244292

Text Example


Text Example

White with #244292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244292; }

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

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

background-color css

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

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

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

border-color css

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

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

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