Shades of Arapawa #27505F
Tints of Arapawa #27505F
RGB
CMYK
RGB Variations
Color information
#27505F (or 0x27505F) is known color: Arapawa. HEX triplet: 27, 50 and 5F. RGB value is (39,80,95). Sum of RGB (Red+Green+Blue) = 39+80+95=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #27505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27505F is #D8AFA0. Grayscale: #454545. Windows color (decimal): -14200737 or 6246439. OLE color: 6246439.
HSL color Cylindrical-coordinate representation of color #27505F: hue angle of 196.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27505F is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 80 | 95 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.63 |
| HSL | 196.07º | 0.42% | 0.26% | - |
| HSV(B) | 196.07º | 0.59% | 0.37% | - |
| XYZ | 5.77 | 6.99 | 11.87 | - |
| YUV | 69.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 95 | 0.59 | 0.16 | 0 | 0.63 | 196.07 | 0.42 | 0.26 |
| Hex | 27 | 50 | 5F | 3B | 10 | 0 | 3F | C4 | 2A | 1A |
| Octal | 47 | 120 | 137 | 73 | 20 | 0 | 77 | 304 | 52 | 32 |
| Binary | 100111 | 1010000 | 1011111 | 111011 | 10000 | 0 | 111111 | 11000100 | 101010 | 11010 |
Color Harmonies of #27505F
Complementary color
Monochromatic Colors of #27505F
Black with #27505F
Text Example
Text Example
White with #27505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27505F; }
p { color: rgb(39,80,95); }
H1.HeaderClassName
{
color: #27505F;
}
.AnyTagClassName
{
color: #27505F;
}
</style>
background-color css
<style>
a { background-color: #27505F; }
a { background-color: rgb(39,80,95); }
div.DivClassName
{
background-color: #27505F;
}
.BgClassName
{
background-color: #27505F;
}
</style>
border-color css
<style>
span { border-color: #27505F; }
span { border-color: rgb(39,80,95); }
td.TdClassName
{
border-color: #27505F;
}
.TagClassName
{
border-color: #27505F;
}
</style>