#295265

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

Shades of Arapawa #295265

Tints of Arapawa #295265

Color information

#295265 (or 0x295265) is unknown color: approx Arapawa. HEX triplet: 29, 52 and 65. RGB value is (41,82,101). Sum of RGB (Red+Green+Blue) = 41+82+101=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #295265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295265 is #D6AD9A. Grayscale: #474747. Windows color (decimal): -14069147 or 6640169. OLE color: 6640169.

HSL color Cylindrical-coordinate representation of color #295265: hue angle of 199º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295265 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4182101-
CMYK0.590.1900.60
HSL199º42.25%27.84%-
HSV(B)199º59.41%39.61%-
XYZ6.287.4513.42-
YUV71.91144.42105.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=18.30%
G=36.61%
B=45.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41821010.590.1900.6019942.2527.84
Hex2952653B1303Cc72a1c
Octal5112214573230743075234
Binary101001101001011001011110111001101111001100011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295265; }

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

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

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

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

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

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

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

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