Html Css Color HEX #224592 Tory Blue

📋 copy color: '#224592'

red 34 ◦ green 69 ◦ blue 146

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

Shades of Tory Blue #224592

Tints of Tory Blue #224592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 13.65%
G = 27.71%
B = 58.63%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224592 (or 0x224592) is known color: Tory Blue. HEX triplet: 22, 45 and 92. RGB value is (34,69,146). Sum of RGB (Red+Green+Blue) = 34+69+146=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #224592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224592 is #DDBA6D. Grayscale: #424242. Windows color (decimal): -14531182 or 9585954. OLE color: 9585954.

HSL color Cylindrical-coordinate representation of color #224592: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224592 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 69 146 -
CMYK 0.77 0.53 0 0.43
HSL 221.25º 0.62% 0.35% -
HSV(B) 221.25º 0.77% 0.57% -
XYZ 7.98 6.67 28.06 -
YUV 67.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 34 69 146 0.77 0.53 0 0.43 221.25 0.62 0.35
Hex 22 45 92 4D 35 0 2B DD 3E 23
Octal 42 105 222 115 65 0 53 335 76 43
Binary 100010 1000101 10010010 1001101 110101 0 101011 11011101 111110 100011

Color Harmonies of #224592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224592

Black with #224592

Text Example


Text Example

White with #224592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224592; }

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

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

background-color css

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

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

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

border-color css

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

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

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