#295063

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

Shades of Arapawa #295063

Tints of Arapawa #295063

Color information

#295063 (or 0x295063) is unknown color: approx Arapawa. HEX triplet: 29, 50 and 63. RGB value is (41,80,99). Sum of RGB (Red+Green+Blue) = 41+80+99=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #295063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295063 is #D6AF9C. Grayscale: #464646. Windows color (decimal): -14069661 or 6508585. OLE color: 6508585.

HSL color Cylindrical-coordinate representation of color #295063: hue angle of 199.66º 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 #295063 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB418099-
CMYK0.590.1900.61
HSL199.66º41.43%27.45%-
HSV(B)199.66º58.59%38.82%-
XYZ6.047.1112.86-
YUV70.5144.08106.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 99 (39.06% from 255) = 45%
R=18.64%
G=36.36%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4180990.590.1900.61199.6641.4327.45
Hex2950633B1303Dc8291b
Octal5112014373230753105133
Binary101001101000011000111110111001101111011100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295063; }

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

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

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

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

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

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

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

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