Html Css Color HEX #224394 Tory Blue

📋 copy color: '#224394'

red 34 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #224394

Tints of Tory Blue #224394

RGB

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

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

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

R = 13.65%
G = 26.91%
B = 59.44%

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

#224394 (or 0x224394) is known color: Tory Blue. HEX triplet: 22, 43 and 94. RGB value is (34,67,148). Sum of RGB (Red+Green+Blue) = 34+67+148=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #224394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224394 is #DDBC6B. Grayscale: #424242. Windows color (decimal): -14531692 or 9716514. OLE color: 9716514.

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

Color convert

RGB 34 67 148 -
CMYK 0.77 0.55 0 0.42
HSL 222.63º 0.63% 0.36% -
HSV(B) 222.63º 0.77% 0.58% -
XYZ 8.01 6.49 28.85 -
YUV 66.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 34 67 148 0.77 0.55 0 0.42 222.63 0.63 0.36
Hex 22 43 94 4D 37 0 2A DF 3F 24
Octal 42 103 224 115 67 0 52 337 77 44
Binary 100010 1000011 10010100 1001101 110111 0 101010 11011111 111111 100100

Color Harmonies of #224394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224394

Black with #224394

Text Example


Text Example

White with #224394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224394; }

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

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

background-color css

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

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

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

border-color css

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

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

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