Html Css Color HEX #244690 Tory Blue

📋 copy color: '#244690'

red 36 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #244690

Tints of Tory Blue #244690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 14.4%
G = 28%
B = 57.6%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244690 (or 0x244690) is known color: Tory Blue. HEX triplet: 24, 46 and 90. RGB value is (36,70,144). Sum of RGB (Red+Green+Blue) = 36+70+144=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #244690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244690 is #DBB96F. Grayscale: #434343. Windows color (decimal): -14399856 or 9455140. OLE color: 9455140.

HSL color Cylindrical-coordinate representation of color #244690: hue angle of 221.11º 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 #244690 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 70 144 -
CMYK 0.75 0.51 0 0.44
HSL 221.11º 0.6% 0.35% -
HSV(B) 221.11º 0.75% 0.56% -
XYZ 7.95 6.77 27.27 -
YUV 68.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 36 70 144 0.75 0.51 0 0.44 221.11 0.6 0.35
Hex 24 46 90 4B 33 0 2C DD 3C 23
Octal 44 106 220 113 63 0 54 335 74 43
Binary 100100 1000110 10010000 1001011 110011 0 101100 11011101 111100 100011

Color Harmonies of #244690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244690

Black with #244690

Text Example


Text Example

White with #244690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244690; }

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

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

background-color css

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

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

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

border-color css

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

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

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