Html Css Color HEX #293D46 Tarawera

📋 copy color: '#293D46'

red 41 ◦ green 61 ◦ blue 70

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

Shades of Tarawera #293D46

Tints of Tarawera #293D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.47%

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 23.84%
G = 35.47%
B = 40.7%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293D46 (or 0x293D46) is known color: Tarawera. HEX triplet: 29, 3D and 46. RGB value is (41,61,70). Sum of RGB (Red+Green+Blue) = 41+61+70=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #293D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D46 is #D6C2B9. Grayscale: #373737. Windows color (decimal): -14074554 or 4603177. OLE color: 4603177.

HSL color Cylindrical-coordinate representation of color #293D46: hue angle of 198.62º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293D46 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 61 70 -
CMYK 0.41 0.13 0 0.73
HSL 198.62º 0.26% 0.22% -
HSV(B) 198.62º 0.41% 0.27% -
XYZ 3.69 4.25 6.42 -
YUV 56.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 41 61 70 0.41 0.13 0 0.73 198.62 0.26 0.22
Hex 29 3D 46 29 D 0 49 C7 1A 16
Octal 51 75 106 51 15 0 111 307 32 26
Binary 101001 111101 1000110 101001 1101 0 1001001 11000111 11010 10110

Color Harmonies of #293D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D46

Black with #293D46

Text Example


Text Example

White with #293D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,70); }

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

background-color css

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

 a { background-color: rgb(41,61,70); }

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

border-color css

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

 span { border-color: rgb(41,61,70); }

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