Shades of Arapawa #264C5D
Tints of Arapawa #264C5D
RGB
CMYK
RGB Variations
Color information
#264C5D (or 0x264C5D) is known color: Arapawa. HEX triplet: 26, 4C and 5D. RGB value is (38,76,93). Sum of RGB (Red+Green+Blue) = 38+76+93=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #264C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5D is #D9B3A2. Grayscale: #424242. Windows color (decimal): -14267299 or 6114342. OLE color: 6114342.
HSL color Cylindrical-coordinate representation of color #264C5D: hue angle of 198.55º 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 #264C5D is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 76 | 93 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.64 |
| HSL | 198.55º | 0.42% | 0.26% | - |
| HSV(B) | 198.55º | 0.59% | 0.36% | - |
| XYZ | 5.36 | 6.37 | 11.3 | - |
| YUV | 66.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 93 | 0.59 | 0.18 | 0 | 0.64 | 198.55 | 0.42 | 0.26 |
| Hex | 26 | 4C | 5D | 3B | 12 | 0 | 40 | C7 | 2A | 1A |
| Octal | 46 | 114 | 135 | 73 | 22 | 0 | 100 | 307 | 52 | 32 |
| Binary | 100110 | 1001100 | 1011101 | 111011 | 10010 | 0 | 1000000 | 11000111 | 101010 | 11010 |
Color Harmonies of #264C5D
Complementary color
Monochromatic Colors of #264C5D
Black with #264C5D
Text Example
Text Example
White with #264C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C5D; }
p { color: rgb(38,76,93); }
H1.HeaderClassName
{
color: #264C5D;
}
.AnyTagClassName
{
color: #264C5D;
}
</style>
background-color css
<style>
a { background-color: #264C5D; }
a { background-color: rgb(38,76,93); }
div.DivClassName
{
background-color: #264C5D;
}
.BgClassName
{
background-color: #264C5D;
}
</style>
border-color css
<style>
span { border-color: #264C5D; }
span { border-color: rgb(38,76,93); }
td.TdClassName
{
border-color: #264C5D;
}
.TagClassName
{
border-color: #264C5D;
}
</style>