Html Css Color HEX #293C47 Tarawera

📋 copy color: '#293C47'

red 41 ◦ green 60 ◦ blue 71

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

Shades of Tarawera #293C47

Tints of Tarawera #293C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

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

R = 23.84%
G = 34.88%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293C47 (or 0x293C47) is known color: Tarawera. HEX triplet: 29, 3C and 47. RGB value is (41,60,71). Sum of RGB (Red+Green+Blue) = 41+60+71=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #293C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C47 is #D6C3B8. Grayscale: #373737. Windows color (decimal): -14074809 or 4668457. OLE color: 4668457.

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

Color convert

RGB 41 60 71 -
CMYK 0.42 0.15 0 0.72
HSL 202º 0.27% 0.22% -
HSV(B) 202º 0.42% 0.28% -
XYZ 3.67 4.16 6.57 -
YUV 55.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 41 60 71 0.42 0.15 0 0.72 202 0.27 0.22
Hex 29 3C 47 2A F 0 48 CA 1B 16
Octal 51 74 107 52 17 0 110 312 33 26
Binary 101001 111100 1000111 101010 1111 0 1001000 11001010 11011 10110

Color Harmonies of #293C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C47

Black with #293C47

Text Example


Text Example

White with #293C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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