Html Css Color HEX #293B49 Tarawera

📋 copy color: '#293B49'

red 41 ◦ green 59 ◦ blue 73

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

Shades of Tarawera #293B49

Tints of Tarawera #293B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

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

R = 23.7%
G = 34.1%
B = 42.2%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293B49 (or 0x293B49) is known color: Tarawera. HEX triplet: 29, 3B and 49. RGB value is (41,59,73). Sum of RGB (Red+Green+Blue) = 41+59+73=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #293B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B49 is #D6C4B6. Grayscale: #373737. Windows color (decimal): -14075063 or 4799273. OLE color: 4799273.

HSL color Cylindrical-coordinate representation of color #293B49: hue angle of 206.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #293B49 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 59 73 -
CMYK 0.44 0.19 0 0.71
HSL 206.25º 0.28% 0.22% -
HSV(B) 206.25º 0.44% 0.29% -
XYZ 3.68 4.08 6.9 -
YUV 55.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 41 59 73 0.44 0.19 0 0.71 206.25 0.28 0.22
Hex 29 3B 49 2C 13 0 47 CE 1C 16
Octal 51 73 111 54 23 0 107 316 34 26
Binary 101001 111011 1001001 101100 10011 0 1000111 11001110 11100 10110

Color Harmonies of #293B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B49

Black with #293B49

Text Example


Text Example

White with #293B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,73); }

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

background-color css

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

 a { background-color: rgb(41,59,73); }

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

border-color css

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

 span { border-color: rgb(41,59,73); }

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