#254448

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

Shades of Tiber #254448

Tints of Tiber #254448

Color information

#254448 (or 0x254448) is unknown color: approx Tiber. HEX triplet: 25, 44 and 48. RGB value is (37,68,72). Sum of RGB (Red+Green+Blue) = 37+68+72=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #254448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254448 is #DABBB7. Grayscale: #3B3B3B. Windows color (decimal): -14334904 or 4736037. OLE color: 4736037.

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

Color convert

RGB376872-
CMYK0.490.0600.72
HSL186.86º32.11%21.37%-
HSV(B)186.86º48.61%28.24%-
XYZ456.88-
YUV59.19135.23112.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=20.90%
G=38.42%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3768720.490.0600.72186.8632.1121.37
Hex254448316048bb2015
Octal4510411061601102734025
Binary10010110001001001000110001110010010001011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254448; }

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

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

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

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

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

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

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

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