Shades of Arapawa #264660
Tints of Arapawa #264660
RGB
CMYK
RGB Variations
Color information
#264660 (or 0x264660) is known color: Arapawa. HEX triplet: 26, 46 and 60. RGB value is (38,70,96). Sum of RGB (Red+Green+Blue) = 38+70+96=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #264660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264660 is #D9B99F. Grayscale: #3F3F3F. Windows color (decimal): -14268832 or 6309414. OLE color: 6309414.
HSL color Cylindrical-coordinate representation of color #264660: hue angle of 206.9º 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 #264660 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 70 | 96 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.62 |
| HSL | 206.9º | 0.43% | 0.26% | - |
| HSV(B) | 206.9º | 0.6% | 0.38% | - |
| XYZ | 5.1 | 5.64 | 11.89 | - |
| YUV | 63.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 96 | 0.60 | 0.27 | 0 | 0.62 | 206.9 | 0.43 | 0.26 |
| Hex | 26 | 46 | 60 | 3C | 1B | 0 | 3E | CF | 2B | 1A |
| Octal | 46 | 106 | 140 | 74 | 33 | 0 | 76 | 317 | 53 | 32 |
| Binary | 100110 | 1000110 | 1100000 | 111100 | 11011 | 0 | 111110 | 11001111 | 101011 | 11010 |
Color Harmonies of #264660
Complementary color
Monochromatic Colors of #264660
Black with #264660
Text Example
Text Example
White with #264660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264660; }
p { color: rgb(38,70,96); }
H1.HeaderClassName
{
color: #264660;
}
.AnyTagClassName
{
color: #264660;
}
</style>
background-color css
<style>
a { background-color: #264660; }
a { background-color: rgb(38,70,96); }
div.DivClassName
{
background-color: #264660;
}
.BgClassName
{
background-color: #264660;
}
</style>
border-color css
<style>
span { border-color: #264660; }
span { border-color: rgb(38,70,96); }
td.TdClassName
{
border-color: #264660;
}
.TagClassName
{
border-color: #264660;
}
</style>