#254142

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

Shades of Tiber #254142

Tints of Tiber #254142

Color information

#254142 (or 0x254142) is unknown color: approx Tiber. HEX triplet: 25, 41 and 42. RGB value is (37,65,66). Sum of RGB (Red+Green+Blue) = 37+65+66=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #254142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254142 is #DABEBD. Grayscale: #383838. Windows color (decimal): -14335678 or 4342053. OLE color: 4342053.

HSL color Cylindrical-coordinate representation of color #254142: hue angle of 182.07º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254142 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB376566-
CMYK0.440.0200.74
HSL182.07º28.16%20.2%-
HSV(B)182.07º43.94%25.88%-
XYZ3.644.575.84-
YUV56.74133.22113.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=22.02%
G=38.69%
B=39.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3765660.440.0200.74182.0728.1620.2
Hex2541422C204Ab61c14
Octal4510110254201122663424
Binary100101100000110000101011001001001010101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254142; }

 p { color: rgb(37,65,66); }

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

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

 a { background-color: rgb(37,65,66); }

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

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

 span { border-color: rgb(37,65,66); }

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