Shades of Arapawa #26455D
Tints of Arapawa #26455D
RGB
CMYK
RGB Variations
Color information
#26455D (or 0x26455D) is known color: Arapawa. HEX triplet: 26, 45 and 5D. RGB value is (38,69,93). Sum of RGB (Red+Green+Blue) = 38+69+93=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #26455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26455D is #D9BAA2. Grayscale: #3E3E3E. Windows color (decimal): -14269091 or 6112550. OLE color: 6112550.
HSL color Cylindrical-coordinate representation of color #26455D: hue angle of 206.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26455D is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 69 | 93 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.64 |
| HSL | 206.18º | 0.42% | 0.26% | - |
| HSV(B) | 206.18º | 0.59% | 0.36% | - |
| XYZ | 4.9 | 5.46 | 11.15 | - |
| YUV | 62.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 93 | 0.59 | 0.26 | 0 | 0.64 | 206.18 | 0.42 | 0.26 |
| Hex | 26 | 45 | 5D | 3B | 1A | 0 | 40 | CE | 2A | 1A |
| Octal | 46 | 105 | 135 | 73 | 32 | 0 | 100 | 316 | 52 | 32 |
| Binary | 100110 | 1000101 | 1011101 | 111011 | 11010 | 0 | 1000000 | 11001110 | 101010 | 11010 |
Color Harmonies of #26455D
Complementary color
Monochromatic Colors of #26455D
Black with #26455D
Text Example
Text Example
White with #26455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26455D; }
p { color: rgb(38,69,93); }
H1.HeaderClassName
{
color: #26455D;
}
.AnyTagClassName
{
color: #26455D;
}
</style>
background-color css
<style>
a { background-color: #26455D; }
a { background-color: rgb(38,69,93); }
div.DivClassName
{
background-color: #26455D;
}
.BgClassName
{
background-color: #26455D;
}
</style>
border-color css
<style>
span { border-color: #26455D; }
span { border-color: rgb(38,69,93); }
td.TdClassName
{
border-color: #26455D;
}
.TagClassName
{
border-color: #26455D;
}
</style>