Html Css Color HEX #254448 Tiber

📋 copy color: '#254448'

red 37 ◦ green 68 ◦ blue 72

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

Shades of Tiber #254448

Tints of Tiber #254448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 20.9%
G = 38.42%
B = 40.68%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#254448 (or 0x254448) is known color: 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

RGB 37 68 72 -
CMYK 0.49 0.06 0 0.72
HSL 186.86º 0.32% 0.21% -
HSV(B) 186.86º 0.49% 0.28% -
XYZ 4 5 6.88 -
YUV 59.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 37 68 72 0.49 0.06 0 0.72 186.86 0.32 0.21
Hex 25 44 48 31 6 0 48 BB 20 15
Octal 45 104 110 61 6 0 110 273 40 25
Binary 100101 1000100 1001000 110001 110 0 1001000 10111011 100000 10101

Color Harmonies of #254448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254448

Black with #254448

Text Example


Text Example

White with #254448

Text Example


Text Example

HTML Codes & Css Web 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>