Html Css Color HEX #224395 Tory Blue

📋 copy color: '#224395'

red 34 ◦ green 67 ◦ blue 149

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

Shades of Tory Blue #224395

Tints of Tory Blue #224395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 13.6%
G = 26.8%
B = 59.6%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224395 (or 0x224395) is known color: Tory Blue. HEX triplet: 22, 43 and 95. RGB value is (34,67,149). Sum of RGB (Red+Green+Blue) = 34+67+149=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #224395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224395 is #DDBC6A. Grayscale: #424242. Windows color (decimal): -14531691 or 9782050. OLE color: 9782050.

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

Color convert

RGB 34 67 149 -
CMYK 0.77 0.55 0 0.42
HSL 222.78º 0.63% 0.36% -
HSV(B) 222.78º 0.77% 0.58% -
XYZ 8.09 6.52 29.27 -
YUV 66.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 34 67 149 0.77 0.55 0 0.42 222.78 0.63 0.36
Hex 22 43 95 4D 37 0 2A DF 3F 24
Octal 42 103 225 115 67 0 52 337 77 44
Binary 100010 1000011 10010101 1001101 110111 0 101010 11011111 111111 100100

Color Harmonies of #224395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224395

Black with #224395

Text Example


Text Example

White with #224395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224395; }

 p { color: rgb(34,67,149); }

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

background-color css

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

 a { background-color: rgb(34,67,149); }

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

border-color css

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

 span { border-color: rgb(34,67,149); }

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