Html Css Color HEX #224698 Tory Blue

📋 copy color: '#224698'

red 34 ◦ green 70 ◦ blue 152

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

Shades of Tory Blue #224698

Tints of Tory Blue #224698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 13.28%
G = 27.34%
B = 59.38%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224698 (or 0x224698) is known color: Tory Blue. HEX triplet: 22, 46 and 98. RGB value is (34,70,152). Sum of RGB (Red+Green+Blue) = 34+70+152=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #224698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224698 is #DDB967. Grayscale: #444444. Windows color (decimal): -14530920 or 9979426. OLE color: 9979426.

HSL color Cylindrical-coordinate representation of color #224698: hue angle of 221.69º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224698 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 70 152 -
CMYK 0.78 0.54 0 0.40
HSL 221.69º 0.63% 0.36% -
HSV(B) 221.69º 0.78% 0.6% -
XYZ 8.52 6.99 30.61 -
YUV 68.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 34 70 152 0.78 0.54 0 0.40 221.69 0.63 0.36
Hex 22 46 98 4E 36 0 28 DE 3F 24
Octal 42 106 230 116 66 0 50 336 77 44
Binary 100010 1000110 10011000 1001110 110110 0 101000 11011110 111111 100100

Color Harmonies of #224698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224698

Black with #224698

Text Example


Text Example

White with #224698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224698; }

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

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

background-color css

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

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

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

border-color css

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

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

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