#253D48

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

Shades of Tarawera #253D48

Tints of Tarawera #253D48

Color information

#253D48 (or 0x253D48) is unknown color: approx Tarawera. HEX triplet: 25, 3D and 48. RGB value is (37,61,72). Sum of RGB (Red+Green+Blue) = 37+61+72=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #253D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D48 is #DAC2B7. Grayscale: #373737. Windows color (decimal): -14336696 or 4734245. OLE color: 4734245.

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

Color convert

RGB376172-
CMYK0.490.1500.72
HSL198.86º32.11%21.37%-
HSV(B)198.86º48.61%28.24%-
XYZ3.64.26.75-
YUV55.08137.55115.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=21.76%
G=35.88%
B=42.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3761720.490.1500.72198.8632.1121.37
Hex253D4831F048c72015
Octal4575110611701103074025
Binary10010111110110010001100011111010010001100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253D48; }

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

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

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

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

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

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

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

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