Shades of Arapawa #264A5C
Tints of Arapawa #264A5C
RGB
CMYK
RGB Variations
Color information
#264A5C (or 0x264A5C) is known color: Arapawa. HEX triplet: 26, 4A and 5C. RGB value is (38,74,92). Sum of RGB (Red+Green+Blue) = 38+74+92=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #264A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A5C is #D9B5A3. Grayscale: #414141. Windows color (decimal): -14267812 or 6048294. OLE color: 6048294.
HSL color Cylindrical-coordinate representation of color #264A5C: hue angle of 200º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #264A5C is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 74 | 92 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.64 |
| HSL | 200º | 0.42% | 0.25% | - |
| HSV(B) | 200º | 0.59% | 0.36% | - |
| XYZ | 5.18 | 6.08 | 11.03 | - |
| YUV | 65.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 92 | 0.59 | 0.20 | 0 | 0.64 | 200 | 0.42 | 0.25 |
| Hex | 26 | 4A | 5C | 3B | 14 | 0 | 40 | C8 | 2A | 19 |
| Octal | 46 | 112 | 134 | 73 | 24 | 0 | 100 | 310 | 52 | 31 |
| Binary | 100110 | 1001010 | 1011100 | 111011 | 10100 | 0 | 1000000 | 11001000 | 101010 | 11001 |
Color Harmonies of #264A5C
Complementary color
Monochromatic Colors of #264A5C
Black with #264A5C
Text Example
Text Example
White with #264A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A5C; }
p { color: rgb(38,74,92); }
H1.HeaderClassName
{
color: #264A5C;
}
.AnyTagClassName
{
color: #264A5C;
}
</style>
background-color css
<style>
a { background-color: #264A5C; }
a { background-color: rgb(38,74,92); }
div.DivClassName
{
background-color: #264A5C;
}
.BgClassName
{
background-color: #264A5C;
}
</style>
border-color css
<style>
span { border-color: #264A5C; }
span { border-color: rgb(38,74,92); }
td.TdClassName
{
border-color: #264A5C;
}
.TagClassName
{
border-color: #264A5C;
}
</style>