Html Css Color HEX #294D5B Arapawa

📋 copy color: '#294D5B'

red 41 ◦ green 77 ◦ blue 91

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

Shades of Arapawa #294D5B

Tints of Arapawa #294D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.84%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 19.62%
G = 36.84%
B = 43.54%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#294D5B (or 0x294D5B) is known color: Arapawa. HEX triplet: 29, 4D and 5B. RGB value is (41,77,91). Sum of RGB (Red+Green+Blue) = 41+77+91=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #294D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D5B is #D6B2A4. Grayscale: #434343. Windows color (decimal): -14070437 or 5983529. OLE color: 5983529.

HSL color Cylindrical-coordinate representation of color #294D5B: hue angle of 196.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #294D5B is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 77 91 -
CMYK 0.55 0.15 0 0.64
HSL 196.8º 0.38% 0.26% -
HSV(B) 196.8º 0.55% 0.36% -
XYZ 5.46 6.53 10.87 -
YUV 67.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 41 77 91 0.55 0.15 0 0.64 196.8 0.38 0.26
Hex 29 4D 5B 37 F 0 40 C5 26 1A
Octal 51 115 133 67 17 0 100 305 46 32
Binary 101001 1001101 1011011 110111 1111 0 1000000 11000101 100110 11010

Color Harmonies of #294D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D5B

Black with #294D5B

Text Example


Text Example

White with #294D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294D5B; }

 p { color: rgb(41,77,91); }

 H1.HeaderClassName
 {
   color: #294D5B;
 }
 .AnyTagClassName
 {
   color: #294D5B;
 }
</style>

background-color css

<style>
 a { background-color: #294D5B; }

 a { background-color: rgb(41,77,91); }

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

border-color css

<style>
 span { border-color: #294D5B; }

 span { border-color: rgb(41,77,91); }

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