Html Css Color HEX #224693 Tory Blue

📋 copy color: '#224693'

red 34 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #224693

Tints of Tory Blue #224693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 13.55%
G = 27.89%
B = 58.57%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224693 (or 0x224693) is known color: Tory Blue. HEX triplet: 22, 46 and 93. RGB value is (34,70,147). Sum of RGB (Red+Green+Blue) = 34+70+147=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #224693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224693 is #DDB96C. Grayscale: #434343. Windows color (decimal): -14530925 or 9651746. OLE color: 9651746.

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

Color convert

RGB 34 70 147 -
CMYK 0.77 0.52 0 0.42
HSL 220.89º 0.62% 0.35% -
HSV(B) 220.89º 0.77% 0.58% -
XYZ 8.12 6.83 28.49 -
YUV 68.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 34 70 147 0.77 0.52 0 0.42 220.89 0.62 0.35
Hex 22 46 93 4D 34 0 2A DD 3E 23
Octal 42 106 223 115 64 0 52 335 76 43
Binary 100010 1000110 10010011 1001101 110100 0 101010 11011101 111110 100011

Color Harmonies of #224693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224693

Black with #224693

Text Example


Text Example

White with #224693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224693; }

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

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

background-color css

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

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

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

border-color css

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

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

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