Html Css Color HEX #244590 Tory Blue

📋 copy color: '#244590'

red 36 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #244590

Tints of Tory Blue #244590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 14.46%
G = 27.71%
B = 57.83%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244590 (or 0x244590) is known color: Tory Blue. HEX triplet: 24, 45 and 90. RGB value is (36,69,144). Sum of RGB (Red+Green+Blue) = 36+69+144=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #244590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244590 is #DBBA6F. Grayscale: #434343. Windows color (decimal): -14400112 or 9454884. OLE color: 9454884.

HSL color Cylindrical-coordinate representation of color #244590: hue angle of 221.67º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244590 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 69 144 -
CMYK 0.75 0.52 0 0.44
HSL 221.67º 0.6% 0.35% -
HSV(B) 221.67º 0.75% 0.56% -
XYZ 7.89 6.64 27.25 -
YUV 67.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 36 69 144 0.75 0.52 0 0.44 221.67 0.6 0.35
Hex 24 45 90 4B 34 0 2C DE 3C 23
Octal 44 105 220 113 64 0 54 336 74 43
Binary 100100 1000101 10010000 1001011 110100 0 101100 11011110 111100 100011

Color Harmonies of #244590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244590

Black with #244590

Text Example


Text Example

White with #244590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244590; }

 p { color: rgb(36,69,144); }

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

background-color css

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

 a { background-color: rgb(36,69,144); }

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

border-color css

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

 span { border-color: rgb(36,69,144); }

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