Html Css Color HEX #293F48 Tarawera

📋 copy color: '#293F48'

red 41 ◦ green 63 ◦ blue 72

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

Shades of Tarawera #293F48

Tints of Tarawera #293F48

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 23.3%
G = 35.8%
B = 40.91%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293F48 (or 0x293F48) is known color: Tarawera. HEX triplet: 29, 3F and 48. RGB value is (41,63,72). Sum of RGB (Red+Green+Blue) = 41+63+72=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #293F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F48 is #D6C0B7. Grayscale: #393939. Windows color (decimal): -14074040 or 4734761. OLE color: 4734761.

HSL color Cylindrical-coordinate representation of color #293F48: hue angle of 197.42º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293F48 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 63 72 -
CMYK 0.43 0.12 0 0.72
HSL 197.42º 0.27% 0.22% -
HSV(B) 197.42º 0.43% 0.28% -
XYZ 3.86 4.49 6.79 -
YUV 57.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 41 63 72 0.43 0.12 0 0.72 197.42 0.27 0.22
Hex 29 3F 48 2B C 0 48 C5 1B 16
Octal 51 77 110 53 14 0 110 305 33 26
Binary 101001 111111 1001000 101011 1100 0 1001000 11000101 11011 10110

Color Harmonies of #293F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F48

Black with #293F48

Text Example


Text Example

White with #293F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,63,72); }

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

background-color css

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

 a { background-color: rgb(41,63,72); }

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

border-color css

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

 span { border-color: rgb(41,63,72); }

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