#294F5F

Color #294F5F Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #294F5F

Tints of Arapawa #294F5F

Color information

#294F5F (or 0x294F5F) is unknown color: approx Arapawa. HEX triplet: 29, 4F and 5F. RGB value is (41,79,95). Sum of RGB (Red+Green+Blue) = 41+79+95=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #294F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F5F is #D6B0A0. Grayscale: #454545. Windows color (decimal): -14069921 or 6246185. OLE color: 6246185.

HSL color Cylindrical-coordinate representation of color #294F5F: hue angle of 197.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294F5F is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB417995-
CMYK0.570.1700.63
HSL197.78º39.71%26.67%-
HSV(B)197.78º56.84%37.25%-
XYZ5.786.8911.85-
YUV69.46142.41107.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=19.07%
G=36.74%
B=44.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4179950.570.1700.63197.7839.7126.67
Hex294F5F391103Fc6281b
Octal5111713771210773065033
Binary101001100111110111111110011000101111111100011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #294F5F;
 }
 .AnyTagClassName
 {
   color: #294F5F;
 }
</style>
background-color css

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

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

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

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

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

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