Html Css Color HEX #224692 Tory Blue

📋 copy color: '#224692'

red 34 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #224692

Tints of Tory Blue #224692

RGB

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

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

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

R = 13.6%
G = 28%
B = 58.4%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224692 (or 0x224692) is known color: Tory Blue. HEX triplet: 22, 46 and 92. RGB value is (34,70,146). Sum of RGB (Red+Green+Blue) = 34+70+146=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #224692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224692 is #DDB96D. Grayscale: #434343. Windows color (decimal): -14530926 or 9586210. OLE color: 9586210.

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

Color convert

RGB 34 70 146 -
CMYK 0.77 0.52 0 0.43
HSL 220.71º 0.62% 0.35% -
HSV(B) 220.71º 0.77% 0.57% -
XYZ 8.04 6.8 28.08 -
YUV 67.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 34 70 146 0.77 0.52 0 0.43 220.71 0.62 0.35
Hex 22 46 92 4D 34 0 2B DD 3E 23
Octal 42 106 222 115 64 0 53 335 76 43
Binary 100010 1000110 10010010 1001101 110100 0 101011 11011101 111110 100011

Color Harmonies of #224692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224692

Black with #224692

Text Example


Text Example

White with #224692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224692; }

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

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

background-color css

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

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

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

border-color css

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

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

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