#295162

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

Shades of Arapawa #295162

Tints of Arapawa #295162

Color information

#295162 (or 0x295162) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 62. RGB value is (41,81,98). Sum of RGB (Red+Green+Blue) = 41+81+98=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #295162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295162 is #D6AE9D. Grayscale: #464646. Windows color (decimal): -14069406 or 6443305. OLE color: 6443305.

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

Color convert

RGB418198-
CMYK0.580.1700.62
HSL197.89º41.01%27.25%-
HSV(B)197.89º58.16%38.43%-
XYZ6.067.2412.63-
YUV70.98143.25106.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=18.64%
G=36.82%
B=44.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4181980.580.1700.62197.8941.0127.25
Hex2951623A1103Ec6291b
Octal5112114272210763065133
Binary101001101000111000101110101000101111101100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295162; }

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

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

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

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

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

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

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

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