#273A48

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

Shades of Tarawera #273A48

Tints of Tarawera #273A48

Color information

#273A48 (or 0x273A48) is unknown color: approx Tarawera. HEX triplet: 27, 3A and 48. RGB value is (39,58,72). Sum of RGB (Red+Green+Blue) = 39+58+72=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #273A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A48 is #D8C5B7. Grayscale: #353535. Windows color (decimal): -14206392 or 4733479. OLE color: 4733479.

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

Color convert

RGB395872-
CMYK0.460.1900.72
HSL205.45º29.73%21.76%-
HSV(B)205.45º45.83%28.24%-
XYZ3.523.936.7-
YUV53.92138.21117.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=23.08%
G=34.32%
B=42.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3958720.460.1900.72205.4529.7321.76
Hex273A482E13048cd1e16
Octal4772110562301103153626
Binary10011111101010010001011101001101001000110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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