#295761

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

Shades of Arapawa #295761

Tints of Arapawa #295761

Color information

#295761 (or 0x295761) is unknown color: approx Arapawa. HEX triplet: 29, 57 and 61. RGB value is (41,87,97). Sum of RGB (Red+Green+Blue) = 41+87+97=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #295761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295761 is #D6A89E. Grayscale: #4A4A4A. Windows color (decimal): -14067871 or 6379305. OLE color: 6379305.

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

Color convert

RGB418797-
CMYK0.580.1000.62
HSL190.71º40.58%27.06%-
HSV(B)190.71º57.73%38.04%-
XYZ6.488.1512.54-
YUV74.39140.76104.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=18.22%
G=38.67%
B=43.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4187970.580.1000.62190.7140.5827.06
Hex2957613AA03Ebf291b
Octal5112714172120762775133
Binary10100110101111100001111010101001111101011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295761; }

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

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

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

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

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

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

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

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