#253D46

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

Shades of Tarawera #253D46

Tints of Tarawera #253D46

Color information

#253D46 (or 0x253D46) is unknown color: approx Tarawera. HEX triplet: 25, 3D and 46. RGB value is (37,61,70). Sum of RGB (Red+Green+Blue) = 37+61+70=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #253D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D46 is #DAC2B9. Grayscale: #363636. Windows color (decimal): -14336698 or 4603173. OLE color: 4603173.

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

Color convert

RGB376170-
CMYK0.470.1300.73
HSL196.36º30.84%20.98%-
HSV(B)196.36º47.14%27.45%-
XYZ3.544.176.41-
YUV54.85136.55115.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=22.02%
G=36.31%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3761700.470.1300.73196.3630.8420.98
Hex253D462FD049c41f15
Octal4575106571501113043725
Binary1001011111011000110101111110101001001110001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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