Html Css Color HEX #293B47 Tarawera

📋 copy color: '#293B47'

red 41 ◦ green 59 ◦ blue 71

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

Shades of Tarawera #293B47

Tints of Tarawera #293B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

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

R = 23.98%
G = 34.5%
B = 41.52%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293B47 (or 0x293B47) is known color: Tarawera. HEX triplet: 29, 3B and 47. RGB value is (41,59,71). Sum of RGB (Red+Green+Blue) = 41+59+71=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #293B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B47 is #D6C4B8. Grayscale: #363636. Windows color (decimal): -14075065 or 4668201. OLE color: 4668201.

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

Color convert

RGB 41 59 71 -
CMYK 0.42 0.17 0 0.72
HSL 204º 0.27% 0.22% -
HSV(B) 204º 0.42% 0.28% -
XYZ 3.62 4.05 6.55 -
YUV 54.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 41 59 71 0.42 0.17 0 0.72 204 0.27 0.22
Hex 29 3B 47 2A 11 0 48 CC 1B 16
Octal 51 73 107 52 21 0 110 314 33 26
Binary 101001 111011 1000111 101010 10001 0 1001000 11001100 11011 10110

Color Harmonies of #293B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B47

Black with #293B47

Text Example


Text Example

White with #293B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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