Html Css Color HEX #293C49 Tarawera

📋 copy color: '#293C49'

red 41 ◦ green 60 ◦ blue 73

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

Shades of Tarawera #293C49

Tints of Tarawera #293C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.48%

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

R = 23.56%
G = 34.48%
B = 41.95%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293C49 (or 0x293C49) is known color: Tarawera. HEX triplet: 29, 3C and 49. RGB value is (41,60,73). Sum of RGB (Red+Green+Blue) = 41+60+73=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #293C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C49 is #D6C3B6. Grayscale: #373737. Windows color (decimal): -14074807 or 4799529. OLE color: 4799529.

HSL color Cylindrical-coordinate representation of color #293C49: hue angle of 204.38º 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 #293C49 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 60 73 -
CMYK 0.44 0.18 0 0.71
HSL 204.38º 0.28% 0.22% -
HSV(B) 204.38º 0.44% 0.29% -
XYZ 3.73 4.18 6.91 -
YUV 55.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 41 60 73 0.44 0.18 0 0.71 204.38 0.28 0.22
Hex 29 3C 49 2C 12 0 47 CC 1C 16
Octal 51 74 111 54 22 0 107 314 34 26
Binary 101001 111100 1001001 101100 10010 0 1000111 11001100 11100 10110

Color Harmonies of #293C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C49

Black with #293C49

Text Example


Text Example

White with #293C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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