Shades of Arapawa #264D5D
Tints of Arapawa #264D5D
RGB
CMYK
RGB Variations
Color information
#264D5D (or 0x264D5D) is known color: Arapawa. HEX triplet: 26, 4D and 5D. RGB value is (38,77,93). Sum of RGB (Red+Green+Blue) = 38+77+93=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #264D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D5D is #D9B2A2. Grayscale: #434343. Windows color (decimal): -14267043 or 6114598. OLE color: 6114598.
HSL color Cylindrical-coordinate representation of color #264D5D: hue angle of 197.45º 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 #264D5D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 77 | 93 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.64 |
| HSL | 197.45º | 0.42% | 0.26% | - |
| HSV(B) | 197.45º | 0.59% | 0.36% | - |
| XYZ | 5.43 | 6.51 | 11.33 | - |
| YUV | 67.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 93 | 0.59 | 0.17 | 0 | 0.64 | 197.45 | 0.42 | 0.26 |
| Hex | 26 | 4D | 5D | 3B | 11 | 0 | 40 | C5 | 2A | 1A |
| Octal | 46 | 115 | 135 | 73 | 21 | 0 | 100 | 305 | 52 | 32 |
| Binary | 100110 | 1001101 | 1011101 | 111011 | 10001 | 0 | 1000000 | 11000101 | 101010 | 11010 |
Color Harmonies of #264D5D
Complementary color
Monochromatic Colors of #264D5D
Black with #264D5D
Text Example
Text Example
White with #264D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D5D; }
p { color: rgb(38,77,93); }
H1.HeaderClassName
{
color: #264D5D;
}
.AnyTagClassName
{
color: #264D5D;
}
</style>
background-color css
<style>
a { background-color: #264D5D; }
a { background-color: rgb(38,77,93); }
div.DivClassName
{
background-color: #264D5D;
}
.BgClassName
{
background-color: #264D5D;
}
</style>
border-color css
<style>
span { border-color: #264D5D; }
span { border-color: rgb(38,77,93); }
td.TdClassName
{
border-color: #264D5D;
}
.TagClassName
{
border-color: #264D5D;
}
</style>