#295263

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

Shades of Arapawa #295263

Tints of Arapawa #295263

Color information

#295263 (or 0x295263) is unknown color: approx Arapawa. HEX triplet: 29, 52 and 63. RGB value is (41,82,99). Sum of RGB (Red+Green+Blue) = 41+82+99=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #295263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295263 is #D6AD9C. Grayscale: #474747. Windows color (decimal): -14069149 or 6509097. OLE color: 6509097.

HSL color Cylindrical-coordinate representation of color #295263: hue angle of 197.59º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295263 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB418299-
CMYK0.590.1700.61
HSL197.59º41.43%27.45%-
HSV(B)197.59º58.59%38.82%-
XYZ6.187.4112.91-
YUV71.68143.42106.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=18.47%
G=36.94%
B=44.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4182990.590.1700.61197.5941.4327.45
Hex2952633B1103Dc6291b
Octal5112214373210753065133
Binary101001101001011000111110111000101111011100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295263; }

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

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

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

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

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

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

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

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