Html Css Color HEX #224694 Tory Blue

📋 copy color: '#224694'

red 34 ◦ green 70 ◦ blue 148

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

Shades of Tory Blue #224694

Tints of Tory Blue #224694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 13.49%
G = 27.78%
B = 58.73%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224694 (or 0x224694) is known color: Tory Blue. HEX triplet: 22, 46 and 94. RGB value is (34,70,148). Sum of RGB (Red+Green+Blue) = 34+70+148=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #224694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224694 is #DDB96B. Grayscale: #434343. Windows color (decimal): -14530924 or 9717282. OLE color: 9717282.

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

Color convert

RGB 34 70 148 -
CMYK 0.77 0.53 0 0.42
HSL 221.05º 0.63% 0.36% -
HSV(B) 221.05º 0.77% 0.58% -
XYZ 8.2 6.86 28.91 -
YUV 68.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 34 70 148 0.77 0.53 0 0.42 221.05 0.63 0.36
Hex 22 46 94 4D 35 0 2A DD 3F 24
Octal 42 106 224 115 65 0 52 335 77 44
Binary 100010 1000110 10010100 1001101 110101 0 101010 11011101 111111 100100

Color Harmonies of #224694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224694

Black with #224694

Text Example


Text Example

White with #224694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224694; }

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

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

background-color css

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

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

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

border-color css

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

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

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