#253A45

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

Shades of Tarawera #253A45

Tints of Tarawera #253A45

Color information

#253A45 (or 0x253A45) is unknown color: approx Tarawera. HEX triplet: 25, 3A and 45. RGB value is (37,58,69). Sum of RGB (Red+Green+Blue) = 37+58+69=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #253A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A45 is #DAC5BA. Grayscale: #343434. Windows color (decimal): -14337467 or 4536869. OLE color: 4536869.

HSL color Cylindrical-coordinate representation of color #253A45: hue angle of 200.62º 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 #253A45 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB375869-
CMYK0.460.1600.73
HSL200.62º30.19%20.78%-
HSV(B)200.62º46.38%27.06%-
XYZ3.353.856.2-
YUV52.97137.04116.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=22.56%
G=35.37%
B=42.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3758690.460.1600.73200.6230.1920.78
Hex253A452E10049c91e15
Octal4572105562001113113625
Binary10010111101010001011011101000001001001110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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