#253E49

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

Shades of Tarawera #253E49

Tints of Tarawera #253E49

Color information

#253E49 (or 0x253E49) is unknown color: approx Tarawera. HEX triplet: 25, 3E and 49. RGB value is (37,62,73). Sum of RGB (Red+Green+Blue) = 37+62+73=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #253E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E49 is #DAC1B6. Grayscale: #373737. Windows color (decimal): -14336439 or 4800037. OLE color: 4800037.

HSL color Cylindrical-coordinate representation of color #253E49: hue angle of 198.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253E49 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376273-
CMYK0.490.1500.71
HSL198.33º32.73%21.57%-
HSV(B)198.33º49.32%28.63%-
XYZ3.694.326.94-
YUV55.78137.72114.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=21.51%
G=36.05%
B=42.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3762730.490.1500.71198.3332.7321.57
Hex253E4931F047c62116
Octal4576111611701073064126
Binary10010111111010010011100011111010001111100011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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