Shades of Arapawa #26465C
Tints of Arapawa #26465C
RGB
CMYK
RGB Variations
Color information
#26465C (or 0x26465C) is known color: Arapawa. HEX triplet: 26, 46 and 5C. RGB value is (38,70,92). Sum of RGB (Red+Green+Blue) = 38+70+92=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #26465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26465C is #D9B9A3. Grayscale: #3E3E3E. Windows color (decimal): -14268836 or 6047270. OLE color: 6047270.
HSL color Cylindrical-coordinate representation of color #26465C: hue angle of 204.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26465C is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 70 | 92 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.64 |
| HSL | 204.44º | 0.42% | 0.25% | - |
| HSV(B) | 204.44º | 0.59% | 0.36% | - |
| XYZ | 4.92 | 5.57 | 10.94 | - |
| YUV | 62.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 92 | 0.59 | 0.24 | 0 | 0.64 | 204.44 | 0.42 | 0.25 |
| Hex | 26 | 46 | 5C | 3B | 18 | 0 | 40 | CC | 2A | 19 |
| Octal | 46 | 106 | 134 | 73 | 30 | 0 | 100 | 314 | 52 | 31 |
| Binary | 100110 | 1000110 | 1011100 | 111011 | 11000 | 0 | 1000000 | 11001100 | 101010 | 11001 |
Color Harmonies of #26465C
Complementary color
Monochromatic Colors of #26465C
Black with #26465C
Text Example
Text Example
White with #26465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26465C; }
p { color: rgb(38,70,92); }
H1.HeaderClassName
{
color: #26465C;
}
.AnyTagClassName
{
color: #26465C;
}
</style>
background-color css
<style>
a { background-color: #26465C; }
a { background-color: rgb(38,70,92); }
div.DivClassName
{
background-color: #26465C;
}
.BgClassName
{
background-color: #26465C;
}
</style>
border-color css
<style>
span { border-color: #26465C; }
span { border-color: rgb(38,70,92); }
td.TdClassName
{
border-color: #26465C;
}
.TagClassName
{
border-color: #26465C;
}
</style>