Html Css Color HEX #294F61 Arapawa

📋 copy color: '#294F61'

red 41 ◦ green 79 ◦ blue 97

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

Shades of Arapawa #294F61

Tints of Arapawa #294F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 18.89%
G = 36.41%
B = 44.7%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294F61 (or 0x294F61) is known color: Arapawa. HEX triplet: 29, 4F and 61. RGB value is (41,79,97). Sum of RGB (Red+Green+Blue) = 41+79+97=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #294F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F61 is #D6B09E. Grayscale: #454545. Windows color (decimal): -14069919 or 6377257. OLE color: 6377257.

HSL color Cylindrical-coordinate representation of color #294F61: hue angle of 199.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294F61 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 79 97 -
CMYK 0.58 0.19 0 0.62
HSL 199.29º 0.41% 0.27% -
HSV(B) 199.29º 0.58% 0.38% -
XYZ 5.87 6.93 12.34 -
YUV 69.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 41 79 97 0.58 0.19 0 0.62 199.29 0.41 0.27
Hex 29 4F 61 3A 13 0 3E C7 29 1B
Octal 51 117 141 72 23 0 76 307 51 33
Binary 101001 1001111 1100001 111010 10011 0 111110 11000111 101001 11011

Color Harmonies of #294F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F61

Black with #294F61

Text Example


Text Example

White with #294F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,97); }

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

background-color css

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

 a { background-color: rgb(41,79,97); }

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

border-color css

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

 span { border-color: rgb(41,79,97); }

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