Shades of Arapawa #264E64
Tints of Arapawa #264E64
RGB
CMYK
RGB Variations
Color information
#264E64 (or 0x264E64) is known color: Arapawa. HEX triplet: 26, 4E and 64. RGB value is (38,78,100). Sum of RGB (Red+Green+Blue) = 38+78+100=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #264E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E64 is #D9B19B. Grayscale: #444444. Windows color (decimal): -14266780 or 6573606. OLE color: 6573606.
HSL color Cylindrical-coordinate representation of color #264E64: hue angle of 201.29º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264E64 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 78 | 100 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.61 |
| HSL | 201.29º | 0.45% | 0.27% | - |
| HSV(B) | 201.29º | 0.62% | 0.39% | - |
| XYZ | 5.82 | 6.78 | 13.06 | - |
| YUV | 68.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 100 | 0.62 | 0.22 | 0 | 0.61 | 201.29 | 0.45 | 0.27 |
| Hex | 26 | 4E | 64 | 3E | 16 | 0 | 3D | C9 | 2D | 1B |
| Octal | 46 | 116 | 144 | 76 | 26 | 0 | 75 | 311 | 55 | 33 |
| Binary | 100110 | 1001110 | 1100100 | 111110 | 10110 | 0 | 111101 | 11001001 | 101101 | 11011 |
Color Harmonies of #264E64
Complementary color
Monochromatic Colors of #264E64
Black with #264E64
Text Example
Text Example
White with #264E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E64; }
p { color: rgb(38,78,100); }
H1.HeaderClassName
{
color: #264E64;
}
.AnyTagClassName
{
color: #264E64;
}
</style>
background-color css
<style>
a { background-color: #264E64; }
a { background-color: rgb(38,78,100); }
div.DivClassName
{
background-color: #264E64;
}
.BgClassName
{
background-color: #264E64;
}
</style>
border-color css
<style>
span { border-color: #264E64; }
span { border-color: rgb(38,78,100); }
td.TdClassName
{
border-color: #264E64;
}
.TagClassName
{
border-color: #264E64;
}
</style>