Html Css Color HEX #293E47 Tarawera

📋 copy color: '#293E47'

red 41 ◦ green 62 ◦ blue 71

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

Shades of Tarawera #293E47

Tints of Tarawera #293E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

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

R = 23.56%
G = 35.63%
B = 40.8%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293E47 (or 0x293E47) is known color: Tarawera. HEX triplet: 29, 3E and 47. RGB value is (41,62,71). Sum of RGB (Red+Green+Blue) = 41+62+71=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #293E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E47 is #D6C1B8. Grayscale: #383838. Windows color (decimal): -14074297 or 4668969. OLE color: 4668969.

HSL color Cylindrical-coordinate representation of color #293E47: hue angle of 198º 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 #293E47 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 62 71 -
CMYK 0.42 0.13 0 0.72
HSL 198º 0.27% 0.22% -
HSV(B) 198º 0.42% 0.28% -
XYZ 3.77 4.37 6.61 -
YUV 56.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 41 62 71 0.42 0.13 0 0.72 198 0.27 0.22
Hex 29 3E 47 2A D 0 48 C6 1B 16
Octal 51 76 107 52 15 0 110 306 33 26
Binary 101001 111110 1000111 101010 1101 0 1001000 11000110 11011 10110

Color Harmonies of #293E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E47

Black with #293E47

Text Example


Text Example

White with #293E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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