Shades of Arapawa #264766
Tints of Arapawa #264766
RGB
CMYK
RGB Variations
Color information
#264766 (or 0x264766) is known color: Arapawa. HEX triplet: 26, 47 and 66. RGB value is (38,71,102). Sum of RGB (Red+Green+Blue) = 38+71+102=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #264766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264766 is #D9B899. Grayscale: #404040. Windows color (decimal): -14268570 or 6702886. OLE color: 6702886.
HSL color Cylindrical-coordinate representation of color #264766: hue angle of 209.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264766 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 71 | 102 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.6 |
| HSL | 209.06º | 0.46% | 0.27% | - |
| HSV(B) | 209.06º | 0.63% | 0.4% | - |
| XYZ | 5.45 | 5.88 | 13.42 | - |
| YUV | 64.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 102 | 0.63 | 0.30 | 0 | 0.6 | 209.06 | 0.46 | 0.27 |
| Hex | 26 | 47 | 66 | 3F | 1E | 0 | 3C | D1 | 2E | 1B |
| Octal | 46 | 107 | 146 | 77 | 36 | 0 | 74 | 321 | 56 | 33 |
| Binary | 100110 | 1000111 | 1100110 | 111111 | 11110 | 0 | 111100 | 11010001 | 101110 | 11011 |
Color Harmonies of #264766
Complementary color
Monochromatic Colors of #264766
Black with #264766
Text Example
Text Example
White with #264766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264766; }
p { color: rgb(38,71,102); }
H1.HeaderClassName
{
color: #264766;
}
.AnyTagClassName
{
color: #264766;
}
</style>
background-color css
<style>
a { background-color: #264766; }
a { background-color: rgb(38,71,102); }
div.DivClassName
{
background-color: #264766;
}
.BgClassName
{
background-color: #264766;
}
</style>
border-color css
<style>
span { border-color: #264766; }
span { border-color: rgb(38,71,102); }
td.TdClassName
{
border-color: #264766;
}
.TagClassName
{
border-color: #264766;
}
</style>