Shades of Arapawa #295363
Tints of Arapawa #295363
RGB
CMYK
RGB Variations
Color information
#295363 (or 0x295363) is known color: Arapawa. HEX triplet: 29, 53 and 63. RGB value is (41,83,99). Sum of RGB (Red+Green+Blue) = 41+83+99=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #295363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295363 is #D6AC9C. Grayscale: #484848. Windows color (decimal): -14068893 or 6509353. OLE color: 6509353.
HSL color Cylindrical-coordinate representation of color #295363: hue angle of 196.55º 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 #295363 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 83 | 99 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.61 |
| HSL | 196.55º | 0.41% | 0.27% | - |
| HSV(B) | 196.55º | 0.59% | 0.39% | - |
| XYZ | 6.26 | 7.56 | 12.93 | - |
| YUV | 72.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 99 | 0.59 | 0.16 | 0 | 0.61 | 196.55 | 0.41 | 0.27 |
| Hex | 29 | 53 | 63 | 3B | 10 | 0 | 3D | C5 | 29 | 1B |
| Octal | 51 | 123 | 143 | 73 | 20 | 0 | 75 | 305 | 51 | 33 |
| Binary | 101001 | 1010011 | 1100011 | 111011 | 10000 | 0 | 111101 | 11000101 | 101001 | 11011 |
Color Harmonies of #295363
Complementary color
Monochromatic Colors of #295363
Black with #295363
Text Example
Text Example
White with #295363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295363; }
p { color: rgb(41,83,99); }
H1.HeaderClassName
{
color: #295363;
}
.AnyTagClassName
{
color: #295363;
}
</style>
background-color css
<style>
a { background-color: #295363; }
a { background-color: rgb(41,83,99); }
div.DivClassName
{
background-color: #295363;
}
.BgClassName
{
background-color: #295363;
}
</style>
border-color css
<style>
span { border-color: #295363; }
span { border-color: rgb(41,83,99); }
td.TdClassName
{
border-color: #295363;
}
.TagClassName
{
border-color: #295363;
}
</style>