#293C45

Color #293C45 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #293C45

Tints of Tarawera #293C45

Color information

#293C45 (or 0x293C45) is unknown color: approx Tarawera. HEX triplet: 29, 3C and 45. RGB value is (41,60,69). Sum of RGB (Red+Green+Blue) = 41+60+69=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #293C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C45 is #D6C3BA. Grayscale: #373737. Windows color (decimal): -14074811 or 4537385. OLE color: 4537385.

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

Color convert

RGB416069-
CMYK0.410.1300.73
HSL199.29º25.45%21.57%-
HSV(B)199.29º40.58%27.06%-
XYZ3.64.136.24-
YUV55.34135.71117.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=24.12%
G=35.29%
B=40.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4160690.410.1300.73199.2925.4521.57
Hex293C4529D049c71916
Octal5174105511501113073126
Binary1010011111001000101101001110101001001110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #293C45;
 }
 .AnyTagClassName
 {
   color: #293C45;
 }
</style>
background-color css

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

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

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

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

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

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