#253E48

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

Shades of Tarawera #253E48

Tints of Tarawera #253E48

Color information

#253E48 (or 0x253E48) is unknown color: approx Tarawera. HEX triplet: 25, 3E and 48. RGB value is (37,62,72). Sum of RGB (Red+Green+Blue) = 37+62+72=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #253E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E48 is #DAC1B7. Grayscale: #373737. Windows color (decimal): -14336440 or 4734501. OLE color: 4734501.

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

Color convert

RGB376272-
CMYK0.490.1400.72
HSL197.14º32.11%21.37%-
HSV(B)197.14º48.61%28.24%-
XYZ3.664.316.77-
YUV55.66137.22114.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=21.64%
G=36.26%
B=42.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3762720.490.1400.72197.1432.1121.37
Hex253E4831E048c52015
Octal4576110611601103054025
Binary10010111111010010001100011110010010001100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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