Html Css Color HEX #273F49 Tarawera

📋 copy color: '#273F49'

red 39 ◦ green 63 ◦ blue 73

#273F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tarawera #273F49

Tints of Tarawera #273F49

RGB

 RED value IS 39 (15.63% from 255) = 22.29%

 GREEN value IS 63 (25% from 255) = 36%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 22.29%
G = 36%
B = 41.71%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#273F49 (or 0x273F49) is known color: Tarawera. HEX triplet: 27, 3F and 49. RGB value is (39,63,73). Sum of RGB (Red+Green+Blue) = 39+63+73=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #273F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F49 is #D8C0B6. Grayscale: #383838. Windows color (decimal): -14205111 or 4800295. OLE color: 4800295.

HSL color Cylindrical-coordinate representation of color #273F49: hue angle of 197.65º degrees, saturation: 0.3, 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 #273F49 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 63 73 -
CMYK 0.47 0.14 0 0.71
HSL 197.65º 0.3% 0.22% -
HSV(B) 197.65º 0.47% 0.29% -
XYZ 3.82 4.47 6.96 -
YUV 56.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 39 63 73 0.47 0.14 0 0.71 197.65 0.3 0.22
Hex 27 3F 49 2F E 0 47 C6 1E 16
Octal 47 77 111 57 16 0 107 306 36 26
Binary 100111 111111 1001001 101111 1110 0 1000111 11000110 11110 10110

Color Harmonies of #273F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F49

Black with #273F49

Text Example


Text Example

White with #273F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,73); }

 H1.HeaderClassName
 {
   color: #273F49;
 }
 .AnyTagClassName
 {
   color: #273F49;
 }
</style>

background-color css

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

 a { background-color: rgb(39,63,73); }

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

border-color css

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

 span { border-color: rgb(39,63,73); }

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