#273D46

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

Shades of Tarawera #273D46

Tints of Tarawera #273D46

Color information

#273D46 (or 0x273D46) is unknown color: approx Tarawera. HEX triplet: 27, 3D and 46. RGB value is (39,61,70). Sum of RGB (Red+Green+Blue) = 39+61+70=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #273D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D46 is #D8C2B9. Grayscale: #373737. Windows color (decimal): -14205626 or 4603175. OLE color: 4603175.

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

Color convert

RGB396170-
CMYK0.440.1300.73
HSL197.42º28.44%21.37%-
HSV(B)197.42º44.29%27.45%-
XYZ3.614.216.42-
YUV55.45136.21116.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=22.94%
G=35.88%
B=41.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3961700.440.1300.73197.4228.4421.37
Hex273D462CD049c51c15
Octal4775106541501113053425
Binary1001111111011000110101100110101001001110001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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