Shades of Arapawa #264860
Tints of Arapawa #264860
RGB
CMYK
RGB Variations
Color information
#264860 (or 0x264860) is known color: Arapawa. HEX triplet: 26, 48 and 60. RGB value is (38,72,96). Sum of RGB (Red+Green+Blue) = 38+72+96=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #264860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264860 is #D9B79F. Grayscale: #404040. Windows color (decimal): -14268320 or 6309926. OLE color: 6309926.
HSL color Cylindrical-coordinate representation of color #264860: hue angle of 204.83º 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 #264860 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 72 | 96 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.62 |
| HSL | 204.83º | 0.43% | 0.26% | - |
| HSV(B) | 204.83º | 0.6% | 0.38% | - |
| XYZ | 5.23 | 5.89 | 11.93 | - |
| YUV | 64.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 96 | 0.60 | 0.25 | 0 | 0.62 | 204.83 | 0.43 | 0.26 |
| Hex | 26 | 48 | 60 | 3C | 19 | 0 | 3E | CD | 2B | 1A |
| Octal | 46 | 110 | 140 | 74 | 31 | 0 | 76 | 315 | 53 | 32 |
| Binary | 100110 | 1001000 | 1100000 | 111100 | 11001 | 0 | 111110 | 11001101 | 101011 | 11010 |
Color Harmonies of #264860
Complementary color
Monochromatic Colors of #264860
Black with #264860
Text Example
Text Example
White with #264860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264860; }
p { color: rgb(38,72,96); }
H1.HeaderClassName
{
color: #264860;
}
.AnyTagClassName
{
color: #264860;
}
</style>
background-color css
<style>
a { background-color: #264860; }
a { background-color: rgb(38,72,96); }
div.DivClassName
{
background-color: #264860;
}
.BgClassName
{
background-color: #264860;
}
</style>
border-color css
<style>
span { border-color: #264860; }
span { border-color: rgb(38,72,96); }
td.TdClassName
{
border-color: #264860;
}
.TagClassName
{
border-color: #264860;
}
</style>