#295161

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

Shades of Arapawa #295161

Tints of Arapawa #295161

Color information

#295161 (or 0x295161) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 61. RGB value is (41,81,97). Sum of RGB (Red+Green+Blue) = 41+81+97=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #295161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295161 is #D6AE9E. Grayscale: #464646. Windows color (decimal): -14069407 or 6377769. OLE color: 6377769.

HSL color Cylindrical-coordinate representation of color #295161: hue angle of 197.14º 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 #295161 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB418197-
CMYK0.580.1600.62
HSL197.14º40.58%27.06%-
HSV(B)197.14º57.73%38.04%-
XYZ6.017.2212.39-
YUV70.86142.75106.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=18.72%
G=36.99%
B=44.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4181970.580.1600.62197.1440.5827.06
Hex2951613A1003Ec5291b
Octal5112114172200763055133
Binary101001101000111000011110101000001111101100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295161; }

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

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

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

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

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

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

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

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