#253944

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

Shades of Tarawera #253944

Tints of Tarawera #253944

Color information

#253944 (or 0x253944) is unknown color: approx Tarawera. HEX triplet: 25, 39 and 44. RGB value is (37,57,68). Sum of RGB (Red+Green+Blue) = 37+57+68=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #253944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253944 is #DAC6BB. Grayscale: #343434. Windows color (decimal): -14337724 or 4471077. OLE color: 4471077.

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

Color convert

RGB375768-
CMYK0.460.1600.73
HSL201.29º29.52%20.59%-
HSV(B)201.29º45.59%26.67%-
XYZ3.273.746.02-
YUV52.27136.87117.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=22.84%
G=35.19%
B=41.98%

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
Decimal3757680.460.1600.73201.2929.5220.59
Hex2539442E10049c91e15
Octal4571104562001113113625
Binary10010111100110001001011101000001001001110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253944; }

 p { color: rgb(37,57,68); }

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

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

 a { background-color: rgb(37,57,68); }

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

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

 span { border-color: rgb(37,57,68); }

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