Html Css Color HEX #244095 Tory Blue

📋 copy color: '#244095'

red 36 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #244095

Tints of Tory Blue #244095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 14.46%
G = 25.7%
B = 59.84%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244095 (or 0x244095) is known color: Tory Blue. HEX triplet: 24, 40 and 95. RGB value is (36,64,149). Sum of RGB (Red+Green+Blue) = 36+64+149=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #244095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244095 is #DBBF6A. Grayscale: #404040. Windows color (decimal): -14401387 or 9781284. OLE color: 9781284.

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

Color convert

RGB 36 64 149 -
CMYK 0.76 0.57 0 0.42
HSL 225.13º 0.61% 0.36% -
HSV(B) 225.13º 0.76% 0.58% -
XYZ 7.99 6.21 29.21 -
YUV 65.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 36 64 149 0.76 0.57 0 0.42 225.13 0.61 0.36
Hex 24 40 95 4C 39 0 2A E1 3D 24
Octal 44 100 225 114 71 0 52 341 75 44
Binary 100100 1000000 10010101 1001100 111001 0 101010 11100001 111101 100100

Color Harmonies of #244095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244095

Black with #244095

Text Example


Text Example

White with #244095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244095; }

 p { color: rgb(36,64,149); }

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

background-color css

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

 a { background-color: rgb(36,64,149); }

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

border-color css

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

 span { border-color: rgb(36,64,149); }

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