Shades of Arapawa #2C505C
Tints of Arapawa #2C505C
RGB
CMYK
RGB Variations
Color information
#2C505C (or 0x2C505C) is known color: Arapawa. HEX triplet: 2C, 50 and 5C. RGB value is (44,80,92). Sum of RGB (Red+Green+Blue) = 44+80+92=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C505C is #D3AFA3. Grayscale: #464646. Windows color (decimal): -13873060 or 6049836. OLE color: 6049836.
HSL color Cylindrical-coordinate representation of color #2C505C: hue angle of 195º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C505C is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 80 | 92 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.64 |
| HSL | 195º | 0.35% | 0.27% | - |
| HSV(B) | 195º | 0.52% | 0.36% | - |
| XYZ | 5.84 | 7.05 | 11.18 | - |
| YUV | 70.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 92 | 0.52 | 0.13 | 0 | 0.64 | 195 | 0.35 | 0.27 |
| Hex | 2C | 50 | 5C | 34 | D | 0 | 40 | C3 | 23 | 1B |
| Octal | 54 | 120 | 134 | 64 | 15 | 0 | 100 | 303 | 43 | 33 |
| Binary | 101100 | 1010000 | 1011100 | 110100 | 1101 | 0 | 1000000 | 11000011 | 100011 | 11011 |
Color Harmonies of #2C505C
Complementary color
Monochromatic Colors of #2C505C
Black with #2C505C
Text Example
Text Example
White with #2C505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C505C; }
p { color: rgb(44,80,92); }
H1.HeaderClassName
{
color: #2C505C;
}
.AnyTagClassName
{
color: #2C505C;
}
</style>
background-color css
<style>
a { background-color: #2C505C; }
a { background-color: rgb(44,80,92); }
div.DivClassName
{
background-color: #2C505C;
}
.BgClassName
{
background-color: #2C505C;
}
</style>
border-color css
<style>
span { border-color: #2C505C; }
span { border-color: rgb(44,80,92); }
td.TdClassName
{
border-color: #2C505C;
}
.TagClassName
{
border-color: #2C505C;
}
</style>