Shades of Arapawa #264A65
Tints of Arapawa #264A65
RGB
CMYK
RGB Variations
Color information
#264A65 (or 0x264A65) is known color: Arapawa. HEX triplet: 26, 4A and 65. RGB value is (38,74,101). Sum of RGB (Red+Green+Blue) = 38+74+101=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #264A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A65 is #D9B59A. Grayscale: #424242. Windows color (decimal): -14267803 or 6638118. OLE color: 6638118.
HSL color Cylindrical-coordinate representation of color #264A65: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264A65 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 74 | 101 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.60 |
| HSL | 205.71º | 0.45% | 0.27% | - |
| HSV(B) | 205.71º | 0.62% | 0.4% | - |
| XYZ | 5.6 | 6.25 | 13.22 | - |
| YUV | 66.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 101 | 0.62 | 0.27 | 0 | 0.60 | 205.71 | 0.45 | 0.27 |
| Hex | 26 | 4A | 65 | 3E | 1B | 0 | 3C | CE | 2D | 1B |
| Octal | 46 | 112 | 145 | 76 | 33 | 0 | 74 | 316 | 55 | 33 |
| Binary | 100110 | 1001010 | 1100101 | 111110 | 11011 | 0 | 111100 | 11001110 | 101101 | 11011 |
Color Harmonies of #264A65
Complementary color
Monochromatic Colors of #264A65
Black with #264A65
Text Example
Text Example
White with #264A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A65; }
p { color: rgb(38,74,101); }
H1.HeaderClassName
{
color: #264A65;
}
.AnyTagClassName
{
color: #264A65;
}
</style>
background-color css
<style>
a { background-color: #264A65; }
a { background-color: rgb(38,74,101); }
div.DivClassName
{
background-color: #264A65;
}
.BgClassName
{
background-color: #264A65;
}
</style>
border-color css
<style>
span { border-color: #264A65; }
span { border-color: rgb(38,74,101); }
td.TdClassName
{
border-color: #264A65;
}
.TagClassName
{
border-color: #264A65;
}
</style>