Html Css Color HEX #244694 Tory Blue

📋 copy color: '#244694'

red 36 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #244694

Tints of Tory Blue #244694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 14.17%
G = 27.56%
B = 58.27%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244694 (or 0x244694) is known color: Tory Blue. HEX triplet: 24, 46 and 94. RGB value is (36,70,148). Sum of RGB (Red+Green+Blue) = 36+70+148=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #244694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244694 is #DBB96B. Grayscale: #444444. Windows color (decimal): -14399852 or 9717284. OLE color: 9717284.

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

Color convert

RGB 36 70 148 -
CMYK 0.76 0.53 0 0.42
HSL 221.79º 0.61% 0.36% -
HSV(B) 221.79º 0.76% 0.58% -
XYZ 8.26 6.89 28.91 -
YUV 68.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 36 70 148 0.76 0.53 0 0.42 221.79 0.61 0.36
Hex 24 46 94 4C 35 0 2A DE 3D 24
Octal 44 106 224 114 65 0 52 336 75 44
Binary 100100 1000110 10010100 1001100 110101 0 101010 11011110 111101 100100

Color Harmonies of #244694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244694

Black with #244694

Text Example


Text Example

White with #244694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244694; }

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

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

background-color css

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

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

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

border-color css

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

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

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