Shades of Arapawa #295064
Tints of Arapawa #295064
RGB
CMYK
RGB Variations
Color information
#295064 (or 0x295064) is known color: Arapawa. HEX triplet: 29, 50 and 64. RGB value is (41,80,100). Sum of RGB (Red+Green+Blue) = 41+80+100=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #295064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295064 is #D6AF9B. Grayscale: #464646. Windows color (decimal): -14069660 or 6574121. OLE color: 6574121.
HSL color Cylindrical-coordinate representation of color #295064: hue angle of 200.34º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295064 is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 80 | 100 | - |
| CMYK | 0.59 | 0.2 | 0 | 0.61 |
| HSL | 200.34º | 0.42% | 0.28% | - |
| HSV(B) | 200.34º | 0.59% | 0.39% | - |
| XYZ | 6.08 | 7.13 | 13.11 | - |
| YUV | 70.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 100 | 0.59 | 0.2 | 0 | 0.61 | 200.34 | 0.42 | 0.28 |
| Hex | 29 | 50 | 64 | 3B | 14 | 0 | 3D | C8 | 2A | 1C |
| Octal | 51 | 120 | 144 | 73 | 24 | 0 | 75 | 310 | 52 | 34 |
| Binary | 101001 | 1010000 | 1100100 | 111011 | 10100 | 0 | 111101 | 11001000 | 101010 | 11100 |
Color Harmonies of #295064
Complementary color
Monochromatic Colors of #295064
Black with #295064
Text Example
Text Example
White with #295064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295064; }
p { color: rgb(41,80,100); }
H1.HeaderClassName
{
color: #295064;
}
.AnyTagClassName
{
color: #295064;
}
</style>
background-color css
<style>
a { background-color: #295064; }
a { background-color: rgb(41,80,100); }
div.DivClassName
{
background-color: #295064;
}
.BgClassName
{
background-color: #295064;
}
</style>
border-color css
<style>
span { border-color: #295064; }
span { border-color: rgb(41,80,100); }
td.TdClassName
{
border-color: #295064;
}
.TagClassName
{
border-color: #295064;
}
</style>