Shades of Arapawa #264C5B
Tints of Arapawa #264C5B
RGB
CMYK
RGB Variations
Color information
#264C5B (or 0x264C5B) is known color: Arapawa. HEX triplet: 26, 4C and 5B. RGB value is (38,76,91). Sum of RGB (Red+Green+Blue) = 38+76+91=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #264C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5B is #D9B3A4. Grayscale: #424242. Windows color (decimal): -14267301 or 5983270. OLE color: 5983270.
HSL color Cylindrical-coordinate representation of color #264C5B: hue angle of 196.98º 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 #264C5B is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 76 | 91 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.64 |
| HSL | 196.98º | 0.41% | 0.25% | - |
| HSV(B) | 196.98º | 0.58% | 0.36% | - |
| XYZ | 5.27 | 6.34 | 10.84 | - |
| YUV | 66.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 91 | 0.58 | 0.16 | 0 | 0.64 | 196.98 | 0.41 | 0.25 |
| Hex | 26 | 4C | 5B | 3A | 10 | 0 | 40 | C5 | 29 | 19 |
| Octal | 46 | 114 | 133 | 72 | 20 | 0 | 100 | 305 | 51 | 31 |
| Binary | 100110 | 1001100 | 1011011 | 111010 | 10000 | 0 | 1000000 | 11000101 | 101001 | 11001 |
Color Harmonies of #264C5B
Complementary color
Monochromatic Colors of #264C5B
Black with #264C5B
Text Example
Text Example
White with #264C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C5B; }
p { color: rgb(38,76,91); }
H1.HeaderClassName
{
color: #264C5B;
}
.AnyTagClassName
{
color: #264C5B;
}
</style>
background-color css
<style>
a { background-color: #264C5B; }
a { background-color: rgb(38,76,91); }
div.DivClassName
{
background-color: #264C5B;
}
.BgClassName
{
background-color: #264C5B;
}
</style>
border-color css
<style>
span { border-color: #264C5B; }
span { border-color: rgb(38,76,91); }
td.TdClassName
{
border-color: #264C5B;
}
.TagClassName
{
border-color: #264C5B;
}
</style>