Html Css Color HEX #224296 Tory Blue

📋 copy color: '#224296'

red 34 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #224296

Tints of Tory Blue #224296

RGB

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

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

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

R = 13.6%
G = 26.4%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224296 (or 0x224296) is known color: Tory Blue. HEX triplet: 22, 42 and 96. RGB value is (34,66,150). Sum of RGB (Red+Green+Blue) = 34+66+150=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #224296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224296 is #DDBD69. Grayscale: #414141. Windows color (decimal): -14531946 or 9847330. OLE color: 9847330.

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

Color convert

RGB 34 66 150 -
CMYK 0.77 0.56 0 0.41
HSL 223.45º 0.63% 0.36% -
HSV(B) 223.45º 0.77% 0.59% -
XYZ 8.11 6.44 29.67 -
YUV 66.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 34 66 150 0.77 0.56 0 0.41 223.45 0.63 0.36
Hex 22 42 96 4D 38 0 29 DF 3F 24
Octal 42 102 226 115 70 0 51 337 77 44
Binary 100010 1000010 10010110 1001101 111000 0 101001 11011111 111111 100100

Color Harmonies of #224296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224296

Black with #224296

Text Example


Text Example

White with #224296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224296; }

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

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

background-color css

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

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

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

border-color css

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

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

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