Shades of Arapawa #264C69
Tints of Arapawa #264C69
RGB
CMYK
RGB Variations
Color information
#264C69 (or 0x264C69) is known color: Arapawa. HEX triplet: 26, 4C and 69. RGB value is (38,76,105). Sum of RGB (Red+Green+Blue) = 38+76+105=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #264C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C69 is #D9B396. Grayscale: #434343. Windows color (decimal): -14267287 or 6900774. OLE color: 6900774.
HSL color Cylindrical-coordinate representation of color #264C69: hue angle of 205.97º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #264C69 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 76 | 105 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.59 |
| HSL | 205.97º | 0.47% | 0.28% | - |
| HSV(B) | 205.97º | 0.64% | 0.41% | - |
| XYZ | 5.93 | 6.6 | 14.33 | - |
| YUV | 67.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 105 | 0.64 | 0.28 | 0 | 0.59 | 205.97 | 0.47 | 0.28 |
| Hex | 26 | 4C | 69 | 40 | 1C | 0 | 3B | CE | 2F | 1C |
| Octal | 46 | 114 | 151 | 100 | 34 | 0 | 73 | 316 | 57 | 34 |
| Binary | 100110 | 1001100 | 1101001 | 1000000 | 11100 | 0 | 111011 | 11001110 | 101111 | 11100 |
Color Harmonies of #264C69
Complementary color
Monochromatic Colors of #264C69
Black with #264C69
Text Example
Text Example
White with #264C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C69; }
p { color: rgb(38,76,105); }
H1.HeaderClassName
{
color: #264C69;
}
.AnyTagClassName
{
color: #264C69;
}
</style>
background-color css
<style>
a { background-color: #264C69; }
a { background-color: rgb(38,76,105); }
div.DivClassName
{
background-color: #264C69;
}
.BgClassName
{
background-color: #264C69;
}
</style>
border-color css
<style>
span { border-color: #264C69; }
span { border-color: rgb(38,76,105); }
td.TdClassName
{
border-color: #264C69;
}
.TagClassName
{
border-color: #264C69;
}
</style>