Html Css Color HEX #224594 Tory Blue

📋 copy color: '#224594'

red 34 ◦ green 69 ◦ blue 148

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

Shades of Tory Blue #224594

Tints of Tory Blue #224594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 13.55%
G = 27.49%
B = 58.96%

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

#224594 (or 0x224594) is known color: Tory Blue. HEX triplet: 22, 45 and 94. RGB value is (34,69,148). Sum of RGB (Red+Green+Blue) = 34+69+148=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #224594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224594 is #DDBA6B. Grayscale: #434343. Windows color (decimal): -14531180 or 9717026. OLE color: 9717026.

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

Color convert

RGB 34 69 148 -
CMYK 0.77 0.53 0 0.42
HSL 221.58º 0.63% 0.36% -
HSV(B) 221.58º 0.77% 0.58% -
XYZ 8.13 6.73 28.89 -
YUV 67.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 34 69 148 0.77 0.53 0 0.42 221.58 0.63 0.36
Hex 22 45 94 4D 35 0 2A DE 3F 24
Octal 42 105 224 115 65 0 52 336 77 44
Binary 100010 1000101 10010100 1001101 110101 0 101010 11011110 111111 100100

Color Harmonies of #224594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224594

Black with #224594

Text Example


Text Example

White with #224594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224594; }

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

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

background-color css

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

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

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

border-color css

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

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

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