Html Css Color HEX #293F47 Tarawera

📋 copy color: '#293F47'

red 41 ◦ green 63 ◦ blue 71

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

Shades of Tarawera #293F47

Tints of Tarawera #293F47

RGB

 RED value IS 41 (16.41% from 255) = 23.43%

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 23.43%
G = 36%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293F47 (or 0x293F47) is known color: Tarawera. HEX triplet: 29, 3F and 47. RGB value is (41,63,71). Sum of RGB (Red+Green+Blue) = 41+63+71=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #293F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F47 is #D6C0B8. Grayscale: #393939. Windows color (decimal): -14074041 or 4669225. OLE color: 4669225.

HSL color Cylindrical-coordinate representation of color #293F47: hue angle of 196º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293F47 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 63 71 -
CMYK 0.42 0.11 0 0.72
HSL 196º 0.27% 0.22% -
HSV(B) 196º 0.42% 0.28% -
XYZ 3.83 4.48 6.62 -
YUV 57.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 41 63 71 0.42 0.11 0 0.72 196 0.27 0.22
Hex 29 3F 47 2A B 0 48 C4 1B 16
Octal 51 77 107 52 13 0 110 304 33 26
Binary 101001 111111 1000111 101010 1011 0 1001000 11000100 11011 10110

Color Harmonies of #293F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F47

Black with #293F47

Text Example


Text Example

White with #293F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293F47; }

 p { color: rgb(41,63,71); }

 H1.HeaderClassName
 {
   color: #293F47;
 }
 .AnyTagClassName
 {
   color: #293F47;
 }
</style>

background-color css

<style>
 a { background-color: #293F47; }

 a { background-color: rgb(41,63,71); }

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

border-color css

<style>
 span { border-color: #293F47; }

 span { border-color: rgb(41,63,71); }

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