Html Css Color HEX #224294 Tory Blue

📋 copy color: '#224294'

red 34 ◦ green 66 ◦ blue 148

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

Shades of Tory Blue #224294

Tints of Tory Blue #224294

RGB

 RED value IS 34 (13.67% from 255) = 13.71%

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 13.71%
G = 26.61%
B = 59.68%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224294 (or 0x224294) is known color: Tory Blue. HEX triplet: 22, 42 and 94. RGB value is (34,66,148). Sum of RGB (Red+Green+Blue) = 34+66+148=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #224294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224294 is #DDBD6B. Grayscale: #414141. Windows color (decimal): -14531948 or 9716258. OLE color: 9716258.

HSL color Cylindrical-coordinate representation of color #224294: hue angle of 223.16º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224294 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 66 148 -
CMYK 0.77 0.55 0 0.42
HSL 223.16º 0.63% 0.36% -
HSV(B) 223.16º 0.77% 0.58% -
XYZ 7.95 6.37 28.83 -
YUV 65.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 34 66 148 0.77 0.55 0 0.42 223.16 0.63 0.36
Hex 22 42 94 4D 37 0 2A DF 3F 24
Octal 42 102 224 115 67 0 52 337 77 44
Binary 100010 1000010 10010100 1001101 110111 0 101010 11011111 111111 100100

Color Harmonies of #224294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224294

Black with #224294

Text Example


Text Example

White with #224294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224294; }

 p { color: rgb(34,66,148); }

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

background-color css

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

 a { background-color: rgb(34,66,148); }

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

border-color css

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

 span { border-color: rgb(34,66,148); }

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