Shades of Arapawa #264A5D
Tints of Arapawa #264A5D
RGB
CMYK
RGB Variations
Color information
#264A5D (or 0x264A5D) is known color: Arapawa. HEX triplet: 26, 4A and 5D. RGB value is (38,74,93). Sum of RGB (Red+Green+Blue) = 38+74+93=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #264A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A5D is #D9B5A2. Grayscale: #414141. Windows color (decimal): -14267811 or 6113830. OLE color: 6113830.
HSL color Cylindrical-coordinate representation of color #264A5D: hue angle of 200.73º 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 #264A5D is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 74 | 93 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.64 |
| HSL | 200.73º | 0.42% | 0.26% | - |
| HSV(B) | 200.73º | 0.59% | 0.36% | - |
| XYZ | 5.22 | 6.1 | 11.26 | - |
| YUV | 65.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 93 | 0.59 | 0.20 | 0 | 0.64 | 200.73 | 0.42 | 0.26 |
| Hex | 26 | 4A | 5D | 3B | 14 | 0 | 40 | C9 | 2A | 1A |
| Octal | 46 | 112 | 135 | 73 | 24 | 0 | 100 | 311 | 52 | 32 |
| Binary | 100110 | 1001010 | 1011101 | 111011 | 10100 | 0 | 1000000 | 11001001 | 101010 | 11010 |
Color Harmonies of #264A5D
Complementary color
Monochromatic Colors of #264A5D
Black with #264A5D
Text Example
Text Example
White with #264A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A5D; }
p { color: rgb(38,74,93); }
H1.HeaderClassName
{
color: #264A5D;
}
.AnyTagClassName
{
color: #264A5D;
}
</style>
background-color css
<style>
a { background-color: #264A5D; }
a { background-color: rgb(38,74,93); }
div.DivClassName
{
background-color: #264A5D;
}
.BgClassName
{
background-color: #264A5D;
}
</style>
border-color css
<style>
span { border-color: #264A5D; }
span { border-color: rgb(38,74,93); }
td.TdClassName
{
border-color: #264A5D;
}
.TagClassName
{
border-color: #264A5D;
}
</style>