#253D45

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

Shades of Tarawera #253D45

Tints of Tarawera #253D45

Color information

#253D45 (or 0x253D45) is unknown color: approx Tarawera. HEX triplet: 25, 3D and 45. RGB value is (37,61,69). Sum of RGB (Red+Green+Blue) = 37+61+69=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #253D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D45 is #DAC2BA. Grayscale: #363636. Windows color (decimal): -14336699 or 4537637. OLE color: 4537637.

HSL color Cylindrical-coordinate representation of color #253D45: hue angle of 195º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253D45 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB376169-
CMYK0.460.1200.73
HSL195º30.19%20.78%-
HSV(B)195º46.38%27.06%-
XYZ3.514.166.25-
YUV54.74136.05115.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=22.16%
G=36.53%
B=41.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3761690.460.1200.7319530.1920.78
Hex253D452EC049c31e15
Octal4575105561401113033625
Binary1001011111011000101101110110001001001110000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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