Html Css Color HEX #254648 Tiber

📋 copy color: '#254648'

red 37 ◦ green 70 ◦ blue 72

#254648
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #254648

Tints of Tiber #254648

RGB

 RED value IS 37 (14.84% from 255) = 20.67%

 GREEN value IS 70 (27.73% from 255) = 39.11%

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 20.67%
G = 39.11%
B = 40.22%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#254648 (or 0x254648) is known color: Tiber. HEX triplet: 25, 46 and 48. RGB value is (37,70,72). Sum of RGB (Red+Green+Blue) = 37+70+72=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #254648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254648 is #DAB9B7. Grayscale: #3C3C3C. Windows color (decimal): -14334392 or 4736549. OLE color: 4736549.

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

Color convert

RGB 37 70 72 -
CMYK 0.49 0.03 0 0.72
HSL 183.43º 0.32% 0.21% -
HSV(B) 183.43º 0.49% 0.28% -
XYZ 4.12 5.24 6.93 -
YUV 60.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 37 70 72 0.49 0.03 0 0.72 183.43 0.32 0.21
Hex 25 46 48 31 3 0 48 B7 20 15
Octal 45 106 110 61 3 0 110 267 40 25
Binary 100101 1000110 1001000 110001 11 0 1001000 10110111 100000 10101

Color Harmonies of #254648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254648

Black with #254648

Text Example


Text Example

White with #254648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254648; }

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

 H1.HeaderClassName
 {
   color: #254648;
 }
 .AnyTagClassName
 {
   color: #254648;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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