Html Css Color HEX #224295 Tory Blue

📋 copy color: '#224295'

red 34 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #224295

Tints of Tory Blue #224295

RGB

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

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

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

R = 13.65%
G = 26.51%
B = 59.84%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224295 (or 0x224295) is known color: Tory Blue. HEX triplet: 22, 42 and 95. RGB value is (34,66,149). Sum of RGB (Red+Green+Blue) = 34+66+149=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 66 (26.17% from 255 or 26.51% 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 #224295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224295 is #DDBD6A. Grayscale: #414141. Windows color (decimal): -14531947 or 9781794. OLE color: 9781794.

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

Color convert

RGB 34 66 149 -
CMYK 0.77 0.56 0 0.42
HSL 223.3º 0.63% 0.36% -
HSV(B) 223.3º 0.77% 0.58% -
XYZ 8.03 6.41 29.25 -
YUV 65.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 34 66 149 0.77 0.56 0 0.42 223.3 0.63 0.36
Hex 22 42 95 4D 38 0 2A DF 3F 24
Octal 42 102 225 115 70 0 52 337 77 44
Binary 100010 1000010 10010101 1001101 111000 0 101010 11011111 111111 100100

Color Harmonies of #224295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224295

Black with #224295

Text Example


Text Example

White with #224295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224295; }

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

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

background-color css

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

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

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

border-color css

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

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

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