Shades of Arapawa #26485B
Tints of Arapawa #26485B
RGB
CMYK
RGB Variations
Color information
#26485B (or 0x26485B) is known color: Arapawa. HEX triplet: 26, 48 and 5B. RGB value is (38,72,91). Sum of RGB (Red+Green+Blue) = 38+72+91=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #26485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26485B is #D9B7A4. Grayscale: #3F3F3F. Windows color (decimal): -14268325 or 5982246. OLE color: 5982246.
HSL color Cylindrical-coordinate representation of color #26485B: hue angle of 201.51º 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 #26485B is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 72 | 91 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.64 |
| HSL | 201.51º | 0.41% | 0.25% | - |
| HSV(B) | 201.51º | 0.58% | 0.36% | - |
| XYZ | 5.01 | 5.8 | 10.75 | - |
| YUV | 64 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 91 | 0.58 | 0.21 | 0 | 0.64 | 201.51 | 0.41 | 0.25 |
| Hex | 26 | 48 | 5B | 3A | 15 | 0 | 40 | CA | 29 | 19 |
| Octal | 46 | 110 | 133 | 72 | 25 | 0 | 100 | 312 | 51 | 31 |
| Binary | 100110 | 1001000 | 1011011 | 111010 | 10101 | 0 | 1000000 | 11001010 | 101001 | 11001 |
Color Harmonies of #26485B
Complementary color
Monochromatic Colors of #26485B
Black with #26485B
Text Example
Text Example
White with #26485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26485B; }
p { color: rgb(38,72,91); }
H1.HeaderClassName
{
color: #26485B;
}
.AnyTagClassName
{
color: #26485B;
}
</style>
background-color css
<style>
a { background-color: #26485B; }
a { background-color: rgb(38,72,91); }
div.DivClassName
{
background-color: #26485B;
}
.BgClassName
{
background-color: #26485B;
}
</style>
border-color css
<style>
span { border-color: #26485B; }
span { border-color: rgb(38,72,91); }
td.TdClassName
{
border-color: #26485B;
}
.TagClassName
{
border-color: #26485B;
}
</style>