#273C46

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

Shades of Tarawera #273C46

Tints of Tarawera #273C46

Color information

#273C46 (or 0x273C46) is unknown color: approx Tarawera. HEX triplet: 27, 3C and 46. RGB value is (39,60,70). Sum of RGB (Red+Green+Blue) = 39+60+70=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #273C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C46 is #D8C3B9. Grayscale: #363636. Windows color (decimal): -14205882 or 4602919. OLE color: 4602919.

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

Color convert

RGB396070-
CMYK0.440.1400.73
HSL199.35º28.44%21.37%-
HSV(B)199.35º44.29%27.45%-
XYZ3.564.116.4-
YUV54.86136.54116.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=23.08%
G=35.50%
B=41.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3960700.440.1400.73199.3528.4421.37
Hex273C462CE049c71c15
Octal4774106541601113073425
Binary1001111111001000110101100111001001001110001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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