Shades of Arapawa #264869
Tints of Arapawa #264869
RGB
CMYK
RGB Variations
Color information
#264869 (or 0x264869) is known color: Arapawa. HEX triplet: 26, 48 and 69. RGB value is (38,72,105). Sum of RGB (Red+Green+Blue) = 38+72+105=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #264869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264869 is #D9B796. Grayscale: #414141. Windows color (decimal): -14268311 or 6899750. OLE color: 6899750.
HSL color Cylindrical-coordinate representation of color #264869: hue angle of 209.55º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #264869 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 72 | 105 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.59 |
| HSL | 209.55º | 0.47% | 0.28% | - |
| HSV(B) | 209.55º | 0.64% | 0.41% | - |
| XYZ | 5.67 | 6.07 | 14.24 | - |
| YUV | 65.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 105 | 0.64 | 0.31 | 0 | 0.59 | 209.55 | 0.47 | 0.28 |
| Hex | 26 | 48 | 69 | 40 | 1F | 0 | 3B | D2 | 2F | 1C |
| Octal | 46 | 110 | 151 | 100 | 37 | 0 | 73 | 322 | 57 | 34 |
| Binary | 100110 | 1001000 | 1101001 | 1000000 | 11111 | 0 | 111011 | 11010010 | 101111 | 11100 |
Color Harmonies of #264869
Complementary color
Monochromatic Colors of #264869
Black with #264869
Text Example
Text Example
White with #264869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264869; }
p { color: rgb(38,72,105); }
H1.HeaderClassName
{
color: #264869;
}
.AnyTagClassName
{
color: #264869;
}
</style>
background-color css
<style>
a { background-color: #264869; }
a { background-color: rgb(38,72,105); }
div.DivClassName
{
background-color: #264869;
}
.BgClassName
{
background-color: #264869;
}
</style>
border-color css
<style>
span { border-color: #264869; }
span { border-color: rgb(38,72,105); }
td.TdClassName
{
border-color: #264869;
}
.TagClassName
{
border-color: #264869;
}
</style>