#23464A

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

Shades of Tiber #23464A

Tints of Tiber #23464A

Color information

#23464A (or 0x23464A) is unknown color: approx Tiber. HEX triplet: 23, 46 and 4A. RGB value is (35,70,74). Sum of RGB (Red+Green+Blue) = 35+70+74=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #23464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23464A is #DCB9B5. Grayscale: #3B3B3B. Windows color (decimal): -14465462 or 4867619. OLE color: 4867619.

HSL color Cylindrical-coordinate representation of color #23464A: hue angle of 186.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23464A is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB357074-
CMYK0.530.0500.71
HSL186.15º35.78%21.37%-
HSV(B)186.15º52.7%29.02%-
XYZ4.125.237.27-
YUV59.99135.9110.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=19.55%
G=39.11%
B=41.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3570740.530.0500.71186.1535.7821.37
Hex23464A355047ba2415
Octal4310611265501072724425
Binary10001110001101001010110101101010001111011101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23464A; }

 p { color: rgb(35,70,74); }

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

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

 a { background-color: rgb(35,70,74); }

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

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

 span { border-color: rgb(35,70,74); }

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