Html Css Color HEX #224598 Tory Blue

📋 copy color: '#224598'

red 34 ◦ green 69 ◦ blue 152

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

Shades of Tory Blue #224598

Tints of Tory Blue #224598

RGB

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

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

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

R = 13.33%
G = 27.06%
B = 59.61%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224598 (or 0x224598) is known color: Tory Blue. HEX triplet: 22, 45 and 98. RGB value is (34,69,152). Sum of RGB (Red+Green+Blue) = 34+69+152=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #224598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224598 is #DDBA67. Grayscale: #434343. Windows color (decimal): -14531176 or 9979170. OLE color: 9979170.

HSL color Cylindrical-coordinate representation of color #224598: hue angle of 222.2º 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 #224598 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 69 152 -
CMYK 0.78 0.55 0 0.40
HSL 222.2º 0.63% 0.36% -
HSV(B) 222.2º 0.78% 0.6% -
XYZ 8.46 6.86 30.58 -
YUV 68 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 34 69 152 0.78 0.55 0 0.40 222.2 0.63 0.36
Hex 22 45 98 4E 37 0 28 DE 3F 24
Octal 42 105 230 116 67 0 50 336 77 44
Binary 100010 1000101 10011000 1001110 110111 0 101000 11011110 111111 100100

Color Harmonies of #224598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224598

Black with #224598

Text Example


Text Example

White with #224598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224598; }

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

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

background-color css

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

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

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

border-color css

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

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

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