Shades of Arapawa #264E63
Tints of Arapawa #264E63
RGB
CMYK
RGB Variations
Color information
#264E63 (or 0x264E63) is known color: Arapawa. HEX triplet: 26, 4E and 63. RGB value is (38,78,99). Sum of RGB (Red+Green+Blue) = 38+78+99=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #264E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E63 is #D9B19C. Grayscale: #444444. Windows color (decimal): -14266781 or 6508070. OLE color: 6508070.
HSL color Cylindrical-coordinate representation of color #264E63: hue angle of 200.66º 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 #264E63 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 78 | 99 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.61 |
| HSL | 200.66º | 0.45% | 0.27% | - |
| HSV(B) | 200.66º | 0.62% | 0.39% | - |
| XYZ | 5.78 | 6.76 | 12.81 | - |
| YUV | 68.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 99 | 0.62 | 0.21 | 0 | 0.61 | 200.66 | 0.45 | 0.27 |
| Hex | 26 | 4E | 63 | 3E | 15 | 0 | 3D | C9 | 2D | 1B |
| Octal | 46 | 116 | 143 | 76 | 25 | 0 | 75 | 311 | 55 | 33 |
| Binary | 100110 | 1001110 | 1100011 | 111110 | 10101 | 0 | 111101 | 11001001 | 101101 | 11011 |
Color Harmonies of #264E63
Complementary color
Monochromatic Colors of #264E63
Black with #264E63
Text Example
Text Example
White with #264E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E63; }
p { color: rgb(38,78,99); }
H1.HeaderClassName
{
color: #264E63;
}
.AnyTagClassName
{
color: #264E63;
}
</style>
background-color css
<style>
a { background-color: #264E63; }
a { background-color: rgb(38,78,99); }
div.DivClassName
{
background-color: #264E63;
}
.BgClassName
{
background-color: #264E63;
}
</style>
border-color css
<style>
span { border-color: #264E63; }
span { border-color: rgb(38,78,99); }
td.TdClassName
{
border-color: #264E63;
}
.TagClassName
{
border-color: #264E63;
}
</style>