Shades of Arapawa #264563
Tints of Arapawa #264563
RGB
CMYK
RGB Variations
Color information
#264563 (or 0x264563) is known color: Arapawa. HEX triplet: 26, 45 and 63. RGB value is (38,69,99). Sum of RGB (Red+Green+Blue) = 38+69+99=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #264563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264563 is #D9BA9C. Grayscale: #3F3F3F. Windows color (decimal): -14269085 or 6505766. OLE color: 6505766.
HSL color Cylindrical-coordinate representation of color #264563: hue angle of 209.51º 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 #264563 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 69 | 99 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.61 |
| HSL | 209.51º | 0.45% | 0.27% | - |
| HSV(B) | 209.51º | 0.62% | 0.39% | - |
| XYZ | 5.18 | 5.57 | 12.61 | - |
| YUV | 63.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 99 | 0.62 | 0.30 | 0 | 0.61 | 209.51 | 0.45 | 0.27 |
| Hex | 26 | 45 | 63 | 3E | 1E | 0 | 3D | D2 | 2D | 1B |
| Octal | 46 | 105 | 143 | 76 | 36 | 0 | 75 | 322 | 55 | 33 |
| Binary | 100110 | 1000101 | 1100011 | 111110 | 11110 | 0 | 111101 | 11010010 | 101101 | 11011 |
Color Harmonies of #264563
Complementary color
Monochromatic Colors of #264563
Black with #264563
Text Example
Text Example
White with #264563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264563; }
p { color: rgb(38,69,99); }
H1.HeaderClassName
{
color: #264563;
}
.AnyTagClassName
{
color: #264563;
}
</style>
background-color css
<style>
a { background-color: #264563; }
a { background-color: rgb(38,69,99); }
div.DivClassName
{
background-color: #264563;
}
.BgClassName
{
background-color: #264563;
}
</style>
border-color css
<style>
span { border-color: #264563; }
span { border-color: rgb(38,69,99); }
td.TdClassName
{
border-color: #264563;
}
.TagClassName
{
border-color: #264563;
}
</style>