Shades of Arapawa #264F5E
Tints of Arapawa #264F5E
RGB
CMYK
RGB Variations
Color information
#264F5E (or 0x264F5E) is known color: Arapawa. HEX triplet: 26, 4F and 5E. RGB value is (38,79,94). Sum of RGB (Red+Green+Blue) = 38+79+94=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #264F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F5E is #D9B0A1. Grayscale: #444444. Windows color (decimal): -14266530 or 6180646. OLE color: 6180646.
HSL color Cylindrical-coordinate representation of color #264F5E: hue angle of 196.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264F5E is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 79 | 94 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.63 |
| HSL | 196.07º | 0.42% | 0.26% | - |
| HSV(B) | 196.07º | 0.6% | 0.37% | - |
| XYZ | 5.62 | 6.81 | 11.61 | - |
| YUV | 68.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 94 | 0.60 | 0.16 | 0 | 0.63 | 196.07 | 0.42 | 0.26 |
| Hex | 26 | 4F | 5E | 3C | 10 | 0 | 3F | C4 | 2A | 1A |
| Octal | 46 | 117 | 136 | 74 | 20 | 0 | 77 | 304 | 52 | 32 |
| Binary | 100110 | 1001111 | 1011110 | 111100 | 10000 | 0 | 111111 | 11000100 | 101010 | 11010 |
Color Harmonies of #264F5E
Complementary color
Monochromatic Colors of #264F5E
Black with #264F5E
Text Example
Text Example
White with #264F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F5E; }
p { color: rgb(38,79,94); }
H1.HeaderClassName
{
color: #264F5E;
}
.AnyTagClassName
{
color: #264F5E;
}
</style>
background-color css
<style>
a { background-color: #264F5E; }
a { background-color: rgb(38,79,94); }
div.DivClassName
{
background-color: #264F5E;
}
.BgClassName
{
background-color: #264F5E;
}
</style>
border-color css
<style>
span { border-color: #264F5E; }
span { border-color: rgb(38,79,94); }
td.TdClassName
{
border-color: #264F5E;
}
.TagClassName
{
border-color: #264F5E;
}
</style>