Shades of Arapawa #264961
Tints of Arapawa #264961
RGB
CMYK
RGB Variations
Color information
#264961 (or 0x264961) is known color: Arapawa. HEX triplet: 26, 49 and 61. RGB value is (38,73,97). Sum of RGB (Red+Green+Blue) = 38+73+97=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #264961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264961 is #D9B69E. Grayscale: #414141. Windows color (decimal): -14268063 or 6375718. OLE color: 6375718.
HSL color Cylindrical-coordinate representation of color #264961: hue angle of 204.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264961 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 73 | 97 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.62 |
| HSL | 204.41º | 0.44% | 0.26% | - |
| HSV(B) | 204.41º | 0.61% | 0.38% | - |
| XYZ | 5.34 | 6.04 | 12.19 | - |
| YUV | 65.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 97 | 0.61 | 0.25 | 0 | 0.62 | 204.41 | 0.44 | 0.26 |
| Hex | 26 | 49 | 61 | 3D | 19 | 0 | 3E | CC | 2C | 1A |
| Octal | 46 | 111 | 141 | 75 | 31 | 0 | 76 | 314 | 54 | 32 |
| Binary | 100110 | 1001001 | 1100001 | 111101 | 11001 | 0 | 111110 | 11001100 | 101100 | 11010 |
Color Harmonies of #264961
Complementary color
Monochromatic Colors of #264961
Black with #264961
Text Example
Text Example
White with #264961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264961; }
p { color: rgb(38,73,97); }
H1.HeaderClassName
{
color: #264961;
}
.AnyTagClassName
{
color: #264961;
}
</style>
background-color css
<style>
a { background-color: #264961; }
a { background-color: rgb(38,73,97); }
div.DivClassName
{
background-color: #264961;
}
.BgClassName
{
background-color: #264961;
}
</style>
border-color css
<style>
span { border-color: #264961; }
span { border-color: rgb(38,73,97); }
td.TdClassName
{
border-color: #264961;
}
.TagClassName
{
border-color: #264961;
}
</style>