#295561

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

Shades of Arapawa #295561

Tints of Arapawa #295561

Color information

#295561 (or 0x295561) is unknown color: approx Arapawa. HEX triplet: 29, 55 and 61. RGB value is (41,85,97). Sum of RGB (Red+Green+Blue) = 41+85+97=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #295561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295561 is #D6AA9E. Grayscale: #494949. Windows color (decimal): -14068383 or 6378793. OLE color: 6378793.

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

Color convert

RGB418597-
CMYK0.580.1200.62
HSL192.86º40.58%27.06%-
HSV(B)192.86º57.73%38.04%-
XYZ6.327.8312.49-
YUV73.21141.42105.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=18.39%
G=38.12%
B=43.50%

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
Decimal4185970.580.1200.62192.8640.5827.06
Hex2955613AC03Ec1291b
Octal5112514172140763015133
Binary10100110101011100001111010110001111101100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295561; }

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

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

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

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

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

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

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

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