Html Css Color HEX #22418C Tory Blue

📋 copy color: '#22418C'

red 34 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #22418C

Tints of Tory Blue #22418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 14.23%
G = 27.2%
B = 58.58%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#22418C (or 0x22418C) is known color: Tory Blue. HEX triplet: 22, 41 and 8C. RGB value is (34,65,140). Sum of RGB (Red+Green+Blue) = 34+65+140=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #22418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22418C is #DDBE73. Grayscale: #3F3F3F. Windows color (decimal): -14532212 or 9191714. OLE color: 9191714.

HSL color Cylindrical-coordinate representation of color #22418C: hue angle of 222.45º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22418C is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 65 140 -
CMYK 0.76 0.54 0 0.45
HSL 222.45º 0.61% 0.34% -
HSV(B) 222.45º 0.76% 0.55% -
XYZ 7.28 6.01 25.59 -
YUV 64.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 34 65 140 0.76 0.54 0 0.45 222.45 0.61 0.34
Hex 22 41 8C 4C 36 0 2D DE 3D 22
Octal 42 101 214 114 66 0 55 336 75 42
Binary 100010 1000001 10001100 1001100 110110 0 101101 11011110 111101 100010

Color Harmonies of #22418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22418C

Black with #22418C

Text Example


Text Example

White with #22418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22418C; }

 p { color: rgb(34,65,140); }

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

background-color css

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

 a { background-color: rgb(34,65,140); }

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

border-color css

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

 span { border-color: rgb(34,65,140); }

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