Html Css Color HEX #293D48 Tarawera

📋 copy color: '#293D48'

red 41 ◦ green 61 ◦ blue 72

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

Shades of Tarawera #293D48

Tints of Tarawera #293D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

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

R = 23.56%
G = 35.06%
B = 41.38%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293D48 (or 0x293D48) is known color: Tarawera. HEX triplet: 29, 3D and 48. RGB value is (41,61,72). Sum of RGB (Red+Green+Blue) = 41+61+72=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #293D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D48 is #D6C2B7. Grayscale: #383838. Windows color (decimal): -14074552 or 4734249. OLE color: 4734249.

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

Color convert

RGB 41 61 72 -
CMYK 0.43 0.15 0 0.72
HSL 201.29º 0.27% 0.22% -
HSV(B) 201.29º 0.43% 0.28% -
XYZ 3.75 4.28 6.76 -
YUV 56.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 41 61 72 0.43 0.15 0 0.72 201.29 0.27 0.22
Hex 29 3D 48 2B F 0 48 C9 1B 16
Octal 51 75 110 53 17 0 110 311 33 26
Binary 101001 111101 1001000 101011 1111 0 1001000 11001001 11011 10110

Color Harmonies of #293D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D48

Black with #293D48

Text Example


Text Example

White with #293D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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