#253C49

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

Shades of Tarawera #253C49

Tints of Tarawera #253C49

Color information

#253C49 (or 0x253C49) is unknown color: approx Tarawera. HEX triplet: 25, 3C and 49. RGB value is (37,60,73). Sum of RGB (Red+Green+Blue) = 37+60+73=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #253C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C49 is #DAC3B6. Grayscale: #363636. Windows color (decimal): -14336951 or 4799525. OLE color: 4799525.

HSL color Cylindrical-coordinate representation of color #253C49: hue angle of 201.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 #253C49 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376073-
CMYK0.490.1800.71
HSL201.67º32.73%21.57%-
HSV(B)201.67º49.32%28.63%-
XYZ3.584.116.91-
YUV54.6138.38115.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=21.76%
G=35.29%
B=42.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3760730.490.1800.71201.6732.7321.57
Hex253C493112047ca2116
Octal4574111612201073124126
Binary100101111100100100111000110010010001111100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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