Shades of Arapawa #264D61
Tints of Arapawa #264D61
RGB
CMYK
RGB Variations
Color information
#264D61 (or 0x264D61) is known color: Arapawa. HEX triplet: 26, 4D and 61. RGB value is (38,77,97). Sum of RGB (Red+Green+Blue) = 38+77+97=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #264D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D61 is #D9B29E. Grayscale: #434343. Windows color (decimal): -14267039 or 6376742. OLE color: 6376742.
HSL color Cylindrical-coordinate representation of color #264D61: hue angle of 200.34º 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 #264D61 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 77 | 97 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.62 |
| HSL | 200.34º | 0.44% | 0.26% | - |
| HSV(B) | 200.34º | 0.61% | 0.38% | - |
| XYZ | 5.61 | 6.58 | 12.28 | - |
| YUV | 67.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 97 | 0.61 | 0.21 | 0 | 0.62 | 200.34 | 0.44 | 0.26 |
| Hex | 26 | 4D | 61 | 3D | 15 | 0 | 3E | C8 | 2C | 1A |
| Octal | 46 | 115 | 141 | 75 | 25 | 0 | 76 | 310 | 54 | 32 |
| Binary | 100110 | 1001101 | 1100001 | 111101 | 10101 | 0 | 111110 | 11001000 | 101100 | 11010 |
Color Harmonies of #264D61
Complementary color
Monochromatic Colors of #264D61
Black with #264D61
Text Example
Text Example
White with #264D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D61; }
p { color: rgb(38,77,97); }
H1.HeaderClassName
{
color: #264D61;
}
.AnyTagClassName
{
color: #264D61;
}
</style>
background-color css
<style>
a { background-color: #264D61; }
a { background-color: rgb(38,77,97); }
div.DivClassName
{
background-color: #264D61;
}
.BgClassName
{
background-color: #264D61;
}
</style>
border-color css
<style>
span { border-color: #264D61; }
span { border-color: rgb(38,77,97); }
td.TdClassName
{
border-color: #264D61;
}
.TagClassName
{
border-color: #264D61;
}
</style>