#273C47

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

Shades of Tarawera #273C47

Tints of Tarawera #273C47

Color information

#273C47 (or 0x273C47) is unknown color: approx Tarawera. HEX triplet: 27, 3C and 47. RGB value is (39,60,71). Sum of RGB (Red+Green+Blue) = 39+60+71=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #273C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C47 is #D8C3B8. Grayscale: #363636. Windows color (decimal): -14205881 or 4668455. OLE color: 4668455.

HSL color Cylindrical-coordinate representation of color #273C47: hue angle of 200.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #273C47 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB396071-
CMYK0.450.1500.72
HSL200.62º29.09%21.57%-
HSV(B)200.62º45.07%27.84%-
XYZ3.594.126.57-
YUV54.98137.04116.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=22.94%
G=35.29%
B=41.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3960710.450.1500.72200.6229.0921.57
Hex273C472DF048c91d16
Octal4774107551701103113526
Binary1001111111001000111101101111101001000110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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