#224448

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

Shades of Tiber #224448

Tints of Tiber #224448

Color information

#224448 (or 0x224448) is unknown color: approx Tiber. HEX triplet: 22, 44 and 48. RGB value is (34,68,72). Sum of RGB (Red+Green+Blue) = 34+68+72=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #224448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224448 is #DDBBB7. Grayscale: #3A3A3A. Windows color (decimal): -14531512 or 4736034. OLE color: 4736034.

HSL color Cylindrical-coordinate representation of color #224448: hue angle of 186.32º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224448 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB346872-
CMYK0.530.0600.72
HSL186.32º35.85%20.78%-
HSV(B)186.32º52.78%28.24%-
XYZ3.94.946.88-
YUV58.29135.74110.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=19.54%
G=39.08%
B=41.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3468720.530.0600.72186.3235.8520.78
Hex224448356048ba2415
Octal4210411065601102724425
Binary10001010001001001000110101110010010001011101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224448; }

 p { color: rgb(34,68,72); }

 H1.HeaderClassName
 {
   color: #224448;
 }
 .AnyTagClassName
 {
   color: #224448;
 }
</style>
background-color css

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

 a { background-color: rgb(34,68,72); }

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

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

 span { border-color: rgb(34,68,72); }

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