#295661

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

Shades of Arapawa #295661

Tints of Arapawa #295661

Color information

#295661 (or 0x295661) is unknown color: approx Arapawa. HEX triplet: 29, 56 and 61. RGB value is (41,86,97). Sum of RGB (Red+Green+Blue) = 41+86+97=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #295661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295661 is #D6A99E. Grayscale: #494949. Windows color (decimal): -14068127 or 6379049. OLE color: 6379049.

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

Color convert

RGB418697-
CMYK0.580.1100.62
HSL191.79º40.58%27.06%-
HSV(B)191.79º57.73%38.04%-
XYZ6.47.9912.51-
YUV73.8141.09104.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=18.30%
G=38.39%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4186970.580.1100.62191.7940.5827.06
Hex2956613AB03Ec0291b
Octal5112614172130763005133
Binary10100110101101100001111010101101111101100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295661; }

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

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

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

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

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

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

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

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