#295463

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

Shades of Arapawa #295463

Tints of Arapawa #295463

Color information

#295463 (or 0x295463) is unknown color: approx Arapawa. HEX triplet: 29, 54 and 63. RGB value is (41,84,99). Sum of RGB (Red+Green+Blue) = 41+84+99=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #295463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295463 is #D6AB9C. Grayscale: #484848. Windows color (decimal): -14068637 or 6509609. OLE color: 6509609.

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

Color convert

RGB418499-
CMYK0.590.1500.61
HSL195.52º41.43%27.45%-
HSV(B)195.52º58.59%38.82%-
XYZ6.347.7112.96-
YUV72.85142.75105.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=18.30%
G=37.5%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4184990.590.1500.61195.5241.4327.45
Hex2954633BF03Dc4291b
Octal5112414373170753045133
Binary10100110101001100011111011111101111011100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295463; }

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

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

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

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

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

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

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

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