#295261

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

Shades of Arapawa #295261

Tints of Arapawa #295261

Color information

#295261 (or 0x295261) is unknown color: approx Arapawa. HEX triplet: 29, 52 and 61. RGB value is (41,82,97). Sum of RGB (Red+Green+Blue) = 41+82+97=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #295261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295261 is #D6AD9E. Grayscale: #474747. Windows color (decimal): -14069151 or 6378025. OLE color: 6378025.

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

Color convert

RGB418297-
CMYK0.580.1500.62
HSL196.07º40.58%27.06%-
HSV(B)196.07º57.73%38.04%-
XYZ6.097.3712.41-
YUV71.45142.42106.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=18.64%
G=37.27%
B=44.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4182970.580.1500.62196.0740.5827.06
Hex2952613AF03Ec4291b
Octal5112214172170763045133
Binary10100110100101100001111010111101111101100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295261; }

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

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

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

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

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

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

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

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