#224648

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

Shades of Tiber #224648

Tints of Tiber #224648

Color information

#224648 (or 0x224648) is unknown color: approx Tiber. HEX triplet: 22, 46 and 48. RGB value is (34,70,72). Sum of RGB (Red+Green+Blue) = 34+70+72=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #224648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224648 is #DDB9B7. Grayscale: #3B3B3B. Windows color (decimal): -14531000 or 4736546. OLE color: 4736546.

HSL color Cylindrical-coordinate representation of color #224648: hue angle of 183.16º 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 #224648 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB347072-
CMYK0.530.0300.72
HSL183.16º35.85%20.78%-
HSV(B)183.16º52.78%28.24%-
XYZ4.025.196.92-
YUV59.46135.07109.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=19.32%
G=39.77%
B=40.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3470720.530.0300.72183.1635.8520.78
Hex224648353048b72415
Octal4210611065301102674425
Binary1000101000110100100011010111010010001011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224648; }

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

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

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

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

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

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

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

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