Html Css Color HEX #293B44 Tarawera

📋 copy color: '#293B44'

red 41 ◦ green 59 ◦ blue 68

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

Shades of Tarawera #293B44

Tints of Tarawera #293B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 24.4%
G = 35.12%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293B44 (or 0x293B44) is known color: Tarawera. HEX triplet: 29, 3B and 44. RGB value is (41,59,68). Sum of RGB (Red+Green+Blue) = 41+59+68=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #293B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B44 is #D6C4BB. Grayscale: #363636. Windows color (decimal): -14075068 or 4471593. OLE color: 4471593.

HSL color Cylindrical-coordinate representation of color #293B44: hue angle of 200º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #293B44 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 59 68 -
CMYK 0.40 0.13 0 0.73
HSL 200º 0.25% 0.21% -
HSV(B) 200º 0.4% 0.27% -
XYZ 3.52 4.02 6.06 -
YUV 54.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 41 59 68 0.40 0.13 0 0.73 200 0.25 0.21
Hex 29 3B 44 28 D 0 49 C8 19 15
Octal 51 73 104 50 15 0 111 310 31 25
Binary 101001 111011 1000100 101000 1101 0 1001001 11001000 11001 10101

Color Harmonies of #293B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B44

Black with #293B44

Text Example


Text Example

White with #293B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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