#295662

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

Shades of Arapawa #295662

Tints of Arapawa #295662

Color information

#295662 (or 0x295662) is unknown color: approx Arapawa. HEX triplet: 29, 56 and 62. RGB value is (41,86,98). Sum of RGB (Red+Green+Blue) = 41+86+98=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #295662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295662 is #D6A99D. Grayscale: #494949. Windows color (decimal): -14068126 or 6444585. OLE color: 6444585.

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

Color convert

RGB418698-
CMYK0.580.1200.62
HSL192.63º41.01%27.25%-
HSV(B)192.63º58.16%38.43%-
XYZ6.458.0112.76-
YUV73.91141.59104.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=18.22%
G=38.22%
B=43.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4186980.580.1200.62192.6341.0127.25
Hex2956623AC03Ec1291b
Octal5112614272140763015133
Binary10100110101101100010111010110001111101100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295662; }

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

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

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

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

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

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

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

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