#273A46

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

Shades of Tarawera #273A46

Tints of Tarawera #273A46

Color information

#273A46 (or 0x273A46) is unknown color: approx Tarawera. HEX triplet: 27, 3A and 46. RGB value is (39,58,70). Sum of RGB (Red+Green+Blue) = 39+58+70=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #273A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A46 is #D8C5B9. Grayscale: #353535. Windows color (decimal): -14206394 or 4602407. OLE color: 4602407.

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

Color convert

RGB395870-
CMYK0.440.1700.73
HSL203.23º28.44%21.37%-
HSV(B)203.23º44.29%27.45%-
XYZ3.463.96.36-
YUV53.69137.21117.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=23.35%
G=34.73%
B=41.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3958700.440.1700.73203.2328.4421.37
Hex273A462C11049cb1c15
Octal4772106542101113133425
Binary10011111101010001101011001000101001001110010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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