Html Css Color HEX #294757 Arapawa

📋 copy color: '#294757'

red 41 ◦ green 71 ◦ blue 87

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

Shades of Arapawa #294757

Tints of Arapawa #294757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 87 (34.38% from 255) = 43.72%

R = 20.6%
G = 35.68%
B = 43.72%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#294757 (or 0x294757) is known color: Arapawa. HEX triplet: 29, 47 and 57. RGB value is (41,71,87). Sum of RGB (Red+Green+Blue) = 41+71+87=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #294757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294757 is #D6B8A8. Grayscale: #3F3F3F. Windows color (decimal): -14071977 or 5719849. OLE color: 5719849.

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

Color convert

RGB 41 71 87 -
CMYK 0.53 0.18 0 0.66
HSL 200.87º 0.36% 0.25% -
HSV(B) 200.87º 0.53% 0.34% -
XYZ 4.89 5.67 9.85 -
YUV 63.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 41 71 87 0.53 0.18 0 0.66 200.87 0.36 0.25
Hex 29 47 57 35 12 0 42 C9 24 19
Octal 51 107 127 65 22 0 102 311 44 31
Binary 101001 1000111 1010111 110101 10010 0 1000010 11001001 100100 11001

Color Harmonies of #294757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294757

Black with #294757

Text Example


Text Example

White with #294757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294757; }

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

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

background-color css

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

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

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

border-color css

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

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

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