Html Css Color HEX #224396 Tory Blue

📋 copy color: '#224396'

red 34 ◦ green 67 ◦ blue 150

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

Shades of Tory Blue #224396

Tints of Tory Blue #224396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 13.55%
G = 26.69%
B = 59.76%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224396 (or 0x224396) is known color: Tory Blue. HEX triplet: 22, 43 and 96. RGB value is (34,67,150). Sum of RGB (Red+Green+Blue) = 34+67+150=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #224396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224396 is #DDBC69. Grayscale: #424242. Windows color (decimal): -14531690 or 9847586. OLE color: 9847586.

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

Color convert

RGB 34 67 150 -
CMYK 0.77 0.55 0 0.41
HSL 222.93º 0.63% 0.36% -
HSV(B) 222.93º 0.77% 0.59% -
XYZ 8.17 6.56 29.69 -
YUV 66.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 34 67 150 0.77 0.55 0 0.41 222.93 0.63 0.36
Hex 22 43 96 4D 37 0 29 DF 3F 24
Octal 42 103 226 115 67 0 51 337 77 44
Binary 100010 1000011 10010110 1001101 110111 0 101001 11011111 111111 100100

Color Harmonies of #224396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224396

Black with #224396

Text Example


Text Example

White with #224396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224396; }

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

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

background-color css

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

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

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

border-color css

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

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

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