Shades of Arapawa #264560
Tints of Arapawa #264560
RGB
CMYK
RGB Variations
Color information
#264560 (or 0x264560) is known color: Arapawa. HEX triplet: 26, 45 and 60. RGB value is (38,69,96). Sum of RGB (Red+Green+Blue) = 38+69+96=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #264560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264560 is #D9BA9F. Grayscale: #3E3E3E. Windows color (decimal): -14269088 or 6309158. OLE color: 6309158.
HSL color Cylindrical-coordinate representation of color #264560: hue angle of 207.93º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264560 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 69 | 96 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.62 |
| HSL | 207.93º | 0.43% | 0.26% | - |
| HSV(B) | 207.93º | 0.6% | 0.38% | - |
| XYZ | 5.04 | 5.51 | 11.86 | - |
| YUV | 62.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 96 | 0.60 | 0.28 | 0 | 0.62 | 207.93 | 0.43 | 0.26 |
| Hex | 26 | 45 | 60 | 3C | 1C | 0 | 3E | D0 | 2B | 1A |
| Octal | 46 | 105 | 140 | 74 | 34 | 0 | 76 | 320 | 53 | 32 |
| Binary | 100110 | 1000101 | 1100000 | 111100 | 11100 | 0 | 111110 | 11010000 | 101011 | 11010 |
Color Harmonies of #264560
Complementary color
Monochromatic Colors of #264560
Black with #264560
Text Example
Text Example
White with #264560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264560; }
p { color: rgb(38,69,96); }
H1.HeaderClassName
{
color: #264560;
}
.AnyTagClassName
{
color: #264560;
}
</style>
background-color css
<style>
a { background-color: #264560; }
a { background-color: rgb(38,69,96); }
div.DivClassName
{
background-color: #264560;
}
.BgClassName
{
background-color: #264560;
}
</style>
border-color css
<style>
span { border-color: #264560; }
span { border-color: rgb(38,69,96); }
td.TdClassName
{
border-color: #264560;
}
.TagClassName
{
border-color: #264560;
}
</style>