#295861

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

Shades of Arapawa #295861

Tints of Arapawa #295861

Color information

#295861 (or 0x295861) is unknown color: approx Arapawa. HEX triplet: 29, 58 and 61. RGB value is (41,88,97). Sum of RGB (Red+Green+Blue) = 41+88+97=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #295861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295861 is #D6A79E. Grayscale: #4A4A4A. Windows color (decimal): -14067615 or 6379561. OLE color: 6379561.

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

Color convert

RGB418897-
CMYK0.580.0900.62
HSL189.64º40.58%27.06%-
HSV(B)189.64º57.73%38.04%-
XYZ6.568.3112.57-
YUV74.97140.43103.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=18.14%
G=38.94%
B=42.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4188970.580.0900.62189.6440.5827.06
Hex2958613A903Ebe291b
Octal5113014172110762765133
Binary10100110110001100001111010100101111101011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295861; }

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

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

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

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

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

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

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

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