Html Css Color HEX #293C46 Tarawera

📋 copy color: '#293C46'

red 41 ◦ green 60 ◦ blue 70

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

Shades of Tarawera #293C46

Tints of Tarawera #293C46

RGB

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

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

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

R = 23.98%
G = 35.09%
B = 40.94%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293C46 (or 0x293C46) is known color: Tarawera. HEX triplet: 29, 3C and 46. RGB value is (41,60,70). Sum of RGB (Red+Green+Blue) = 41+60+70=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #293C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C46 is #D6C3B9. Grayscale: #373737. Windows color (decimal): -14074810 or 4602921. OLE color: 4602921.

HSL color Cylindrical-coordinate representation of color #293C46: hue angle of 200.69º 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 #293C46 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 60 70 -
CMYK 0.41 0.14 0 0.73
HSL 200.69º 0.26% 0.22% -
HSV(B) 200.69º 0.41% 0.27% -
XYZ 3.64 4.15 6.4 -
YUV 55.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 41 60 70 0.41 0.14 0 0.73 200.69 0.26 0.22
Hex 29 3C 46 29 E 0 49 C9 1A 16
Octal 51 74 106 51 16 0 111 311 32 26
Binary 101001 111100 1000110 101001 1110 0 1001001 11001001 11010 10110

Color Harmonies of #293C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C46

Black with #293C46

Text Example


Text Example

White with #293C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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