#273B4A

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

Shades of Tarawera #273B4A

Tints of Tarawera #273B4A

Color information

#273B4A (or 0x273B4A) is unknown color: approx Tarawera. HEX triplet: 27, 3B and 4A. RGB value is (39,59,74). Sum of RGB (Red+Green+Blue) = 39+59+74=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #273B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B4A is #D8C4B5. Grayscale: #363636. Windows color (decimal): -14206134 or 4864807. OLE color: 4864807.

HSL color Cylindrical-coordinate representation of color #273B4A: hue angle of 205.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #273B4A is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB395974-
CMYK0.470.2000.71
HSL205.71º30.97%22.16%-
HSV(B)205.71º47.3%29.02%-
XYZ3.644.057.07-
YUV54.73138.87116.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=22.67%
G=34.30%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3959740.470.2000.71205.7130.9722.16
Hex273B4A2F14047ce1f16
Octal4773112572401073163726
Binary10011111101110010101011111010001000111110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,59,74); }

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

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

 a { background-color: rgb(39,59,74); }

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

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

 span { border-color: rgb(39,59,74); }

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