Html Css Color HEX #294958 Arapawa

📋 copy color: '#294958'

red 41 ◦ green 73 ◦ blue 88

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

Shades of Arapawa #294958

Tints of Arapawa #294958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 88 (34.77% from 255) = 43.56%

R = 20.3%
G = 36.14%
B = 43.56%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294958 (or 0x294958) is known color: Arapawa. HEX triplet: 29, 49 and 58. RGB value is (41,73,88). Sum of RGB (Red+Green+Blue) = 41+73+88=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #294958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294958 is #D6B6A7. Grayscale: #414141. Windows color (decimal): -14071464 or 5785897. OLE color: 5785897.

HSL color Cylindrical-coordinate representation of color #294958: hue angle of 199.15º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294958 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 73 88 -
CMYK 0.53 0.17 0 0.65
HSL 199.15º 0.36% 0.25% -
HSV(B) 199.15º 0.53% 0.35% -
XYZ 5.06 5.94 10.11 -
YUV 65.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 41 73 88 0.53 0.17 0 0.65 199.15 0.36 0.25
Hex 29 49 58 35 11 0 41 C7 24 19
Octal 51 111 130 65 21 0 101 307 44 31
Binary 101001 1001001 1011000 110101 10001 0 1000001 11000111 100100 11001

Color Harmonies of #294958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294958

Black with #294958

Text Example


Text Example

White with #294958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294958; }

 p { color: rgb(41,73,88); }

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

background-color css

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

 a { background-color: rgb(41,73,88); }

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

border-color css

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

 span { border-color: rgb(41,73,88); }

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