#253B45

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

Shades of Tarawera #253B45

Tints of Tarawera #253B45

Color information

#253B45 (or 0x253B45) is unknown color: approx Tarawera. HEX triplet: 25, 3B and 45. RGB value is (37,59,69). Sum of RGB (Red+Green+Blue) = 37+59+69=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #253B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B45 is #DAC4BA. Grayscale: #353535. Windows color (decimal): -14337211 or 4537125. OLE color: 4537125.

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

Color convert

RGB375969-
CMYK0.460.1400.73
HSL198.75º30.19%20.78%-
HSV(B)198.75º46.38%27.06%-
XYZ3.43.956.21-
YUV53.56136.71116.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=22.42%
G=35.76%
B=41.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3759690.460.1400.73198.7530.1920.78
Hex253B452EE049c71e15
Octal4573105561601113073625
Binary1001011110111000101101110111001001001110001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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