#224395

Color #224395 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #224395

Tints of Tory Blue #224395

Color information

#224395 (or 0x224395) is unknown color: approx 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

RGB3467149-
CMYK0.770.5500.42
HSL222.78º62.84%35.88%-
HSV(B)222.78º77.18%58.43%-
XYZ8.096.5229.27-
YUV66.48174.57104.83-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34671490.770.5500.42222.7862.8435.88
Hex2243954D3702Adf3f24
Octal42103225115670523377744
Binary1000101000011100101011001101110111010101011011111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>