Shades of Arapawa #26475B
Tints of Arapawa #26475B
RGB
CMYK
RGB Variations
Color information
#26475B (or 0x26475B) is known color: Arapawa. HEX triplet: 26, 47 and 5B. RGB value is (38,71,91). Sum of RGB (Red+Green+Blue) = 38+71+91=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #26475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26475B is #D9B8A4. Grayscale: #3F3F3F. Windows color (decimal): -14268581 or 5981990. OLE color: 5981990.
HSL color Cylindrical-coordinate representation of color #26475B: hue angle of 202.64º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26475B is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 71 | 91 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.64 |
| HSL | 202.64º | 0.41% | 0.25% | - |
| HSV(B) | 202.64º | 0.58% | 0.36% | - |
| XYZ | 4.94 | 5.67 | 10.73 | - |
| YUV | 63.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 91 | 0.58 | 0.22 | 0 | 0.64 | 202.64 | 0.41 | 0.25 |
| Hex | 26 | 47 | 5B | 3A | 16 | 0 | 40 | CB | 29 | 19 |
| Octal | 46 | 107 | 133 | 72 | 26 | 0 | 100 | 313 | 51 | 31 |
| Binary | 100110 | 1000111 | 1011011 | 111010 | 10110 | 0 | 1000000 | 11001011 | 101001 | 11001 |
Color Harmonies of #26475B
Complementary color
Monochromatic Colors of #26475B
Black with #26475B
Text Example
Text Example
White with #26475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26475B; }
p { color: rgb(38,71,91); }
H1.HeaderClassName
{
color: #26475B;
}
.AnyTagClassName
{
color: #26475B;
}
</style>
background-color css
<style>
a { background-color: #26475B; }
a { background-color: rgb(38,71,91); }
div.DivClassName
{
background-color: #26475B;
}
.BgClassName
{
background-color: #26475B;
}
</style>
border-color css
<style>
span { border-color: #26475B; }
span { border-color: rgb(38,71,91); }
td.TdClassName
{
border-color: #26475B;
}
.TagClassName
{
border-color: #26475B;
}
</style>