Shades of Arapawa #264C63
Tints of Arapawa #264C63
RGB
CMYK
RGB Variations
Color information
#264C63 (or 0x264C63) is known color: Arapawa. HEX triplet: 26, 4C and 63. RGB value is (38,76,99). Sum of RGB (Red+Green+Blue) = 38+76+99=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #264C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C63 is #D9B39C. Grayscale: #434343. Windows color (decimal): -14267293 or 6507558. OLE color: 6507558.
HSL color Cylindrical-coordinate representation of color #264C63: hue angle of 202.62º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264C63 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 76 | 99 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.61 |
| HSL | 202.62º | 0.45% | 0.27% | - |
| HSV(B) | 202.62º | 0.62% | 0.39% | - |
| XYZ | 5.64 | 6.48 | 12.76 | - |
| YUV | 67.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 99 | 0.62 | 0.23 | 0 | 0.61 | 202.62 | 0.45 | 0.27 |
| Hex | 26 | 4C | 63 | 3E | 17 | 0 | 3D | CB | 2D | 1B |
| Octal | 46 | 114 | 143 | 76 | 27 | 0 | 75 | 313 | 55 | 33 |
| Binary | 100110 | 1001100 | 1100011 | 111110 | 10111 | 0 | 111101 | 11001011 | 101101 | 11011 |
Color Harmonies of #264C63
Complementary color
Monochromatic Colors of #264C63
Black with #264C63
Text Example
Text Example
White with #264C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C63; }
p { color: rgb(38,76,99); }
H1.HeaderClassName
{
color: #264C63;
}
.AnyTagClassName
{
color: #264C63;
}
</style>
background-color css
<style>
a { background-color: #264C63; }
a { background-color: rgb(38,76,99); }
div.DivClassName
{
background-color: #264C63;
}
.BgClassName
{
background-color: #264C63;
}
</style>
border-color css
<style>
span { border-color: #264C63; }
span { border-color: rgb(38,76,99); }
td.TdClassName
{
border-color: #264C63;
}
.TagClassName
{
border-color: #264C63;
}
</style>