Html Css Color HEX #244696 Tory Blue

📋 copy color: '#244696'

red 36 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #244696

Tints of Tory Blue #244696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 14.06%
G = 27.34%
B = 58.59%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#244696 (or 0x244696) is known color: Tory Blue. HEX triplet: 24, 46 and 96. RGB value is (36,70,150). Sum of RGB (Red+Green+Blue) = 36+70+150=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #244696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244696 is #DBB969. Grayscale: #444444. Windows color (decimal): -14399850 or 9848356. OLE color: 9848356.

HSL color Cylindrical-coordinate representation of color #244696: hue angle of 222.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244696 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 70 150 -
CMYK 0.76 0.53 0 0.41
HSL 222.11º 0.61% 0.36% -
HSV(B) 222.11º 0.76% 0.59% -
XYZ 8.42 6.96 29.75 -
YUV 68.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 36 70 150 0.76 0.53 0 0.41 222.11 0.61 0.36
Hex 24 46 96 4C 35 0 29 DE 3D 24
Octal 44 106 226 114 65 0 51 336 75 44
Binary 100100 1000110 10010110 1001100 110101 0 101001 11011110 111101 100100

Color Harmonies of #244696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244696

Black with #244696

Text Example


Text Example

White with #244696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244696; }

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

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

background-color css

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

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

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

border-color css

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

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

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