#253949

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

Shades of Tarawera #253949

Tints of Tarawera #253949

Color information

#253949 (or 0x253949) is unknown color: approx Tarawera. HEX triplet: 25, 39 and 49. RGB value is (37,57,73). Sum of RGB (Red+Green+Blue) = 37+57+73=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #253949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253949 is #DAC6B6. Grayscale: #343434. Windows color (decimal): -14337719 or 4798757. OLE color: 4798757.

HSL color Cylindrical-coordinate representation of color #253949: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253949 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB375773-
CMYK0.490.2200.71
HSL206.67º32.73%21.57%-
HSV(B)206.67º49.32%28.63%-
XYZ3.433.86.86-
YUV52.84139.37116.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=22.16%
G=34.13%
B=43.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3757730.490.2200.71206.6732.7321.57
Hex2539493116047cf2116
Octal4571111612601073174126
Binary100101111001100100111000110110010001111100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253949; }

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

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

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

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

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

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

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

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