Shades of Arapawa #264759
Tints of Arapawa #264759
RGB
CMYK
RGB Variations
Color information
#264759 (or 0x264759) is known color: Arapawa. HEX triplet: 26, 47 and 59. RGB value is (38,71,89). Sum of RGB (Red+Green+Blue) = 38+71+89=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #264759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264759 is #D9B8A6. Grayscale: #3F3F3F. Windows color (decimal): -14268583 or 5850918. OLE color: 5850918.
HSL color Cylindrical-coordinate representation of color #264759: hue angle of 201.18º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264759 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 71 | 89 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.65 |
| HSL | 201.18º | 0.4% | 0.25% | - |
| HSV(B) | 201.18º | 0.57% | 0.35% | - |
| XYZ | 4.86 | 5.64 | 10.28 | - |
| YUV | 63.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 89 | 0.57 | 0.20 | 0 | 0.65 | 201.18 | 0.4 | 0.25 |
| Hex | 26 | 47 | 59 | 39 | 14 | 0 | 41 | C9 | 28 | 19 |
| Octal | 46 | 107 | 131 | 71 | 24 | 0 | 101 | 311 | 50 | 31 |
| Binary | 100110 | 1000111 | 1011001 | 111001 | 10100 | 0 | 1000001 | 11001001 | 101000 | 11001 |
Color Harmonies of #264759
Complementary color
Monochromatic Colors of #264759
Black with #264759
Text Example
Text Example
White with #264759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264759; }
p { color: rgb(38,71,89); }
H1.HeaderClassName
{
color: #264759;
}
.AnyTagClassName
{
color: #264759;
}
</style>
background-color css
<style>
a { background-color: #264759; }
a { background-color: rgb(38,71,89); }
div.DivClassName
{
background-color: #264759;
}
.BgClassName
{
background-color: #264759;
}
</style>
border-color css
<style>
span { border-color: #264759; }
span { border-color: rgb(38,71,89); }
td.TdClassName
{
border-color: #264759;
}
.TagClassName
{
border-color: #264759;
}
</style>