#273F46

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

Shades of Tarawera #273F46

Tints of Tarawera #273F46

Color information

#273F46 (or 0x273F46) is unknown color: approx Tarawera. HEX triplet: 27, 3F and 46. RGB value is (39,63,70). Sum of RGB (Red+Green+Blue) = 39+63+70=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #273F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F46 is #D8C0B9. Grayscale: #383838. Windows color (decimal): -14205114 or 4603687. OLE color: 4603687.

HSL color Cylindrical-coordinate representation of color #273F46: hue angle of 193.55º 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 #273F46 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB396370-
CMYK0.440.1000.73
HSL193.55º28.44%21.37%-
HSV(B)193.55º44.29%27.45%-
XYZ3.724.436.45-
YUV56.62135.55115.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=22.67%
G=36.63%
B=40.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3963700.440.1000.73193.5528.4421.37
Hex273F462CA049c21c15
Octal4777106541201113023425
Binary1001111111111000110101100101001001001110000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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