Shades of Arapawa #27476B
Tints of Arapawa #27476B
RGB
CMYK
RGB Variations
Color information
#27476B (or 0x27476B) is known color: Arapawa. HEX triplet: 27, 47 and 6B. RGB value is (39,71,107). Sum of RGB (Red+Green+Blue) = 39+71+107=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #27476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27476B is #D8B894. Grayscale: #414141. Windows color (decimal): -14203029 or 7030567. OLE color: 7030567.
HSL color Cylindrical-coordinate representation of color #27476B: hue angle of 211.76º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27476B is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 71 | 107 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.58 |
| HSL | 211.76º | 0.47% | 0.29% | - |
| HSV(B) | 211.76º | 0.64% | 0.42% | - |
| XYZ | 5.74 | 6 | 14.77 | - |
| YUV | 65.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 107 | 0.64 | 0.34 | 0 | 0.58 | 211.76 | 0.47 | 0.29 |
| Hex | 27 | 47 | 6B | 40 | 22 | 0 | 3A | D4 | 2F | 1D |
| Octal | 47 | 107 | 153 | 100 | 42 | 0 | 72 | 324 | 57 | 35 |
| Binary | 100111 | 1000111 | 1101011 | 1000000 | 100010 | 0 | 111010 | 11010100 | 101111 | 11101 |
Color Harmonies of #27476B
Complementary color
Monochromatic Colors of #27476B
Black with #27476B
Text Example
Text Example
White with #27476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27476B; }
p { color: rgb(39,71,107); }
H1.HeaderClassName
{
color: #27476B;
}
.AnyTagClassName
{
color: #27476B;
}
</style>
background-color css
<style>
a { background-color: #27476B; }
a { background-color: rgb(39,71,107); }
div.DivClassName
{
background-color: #27476B;
}
.BgClassName
{
background-color: #27476B;
}
</style>
border-color css
<style>
span { border-color: #27476B; }
span { border-color: rgb(39,71,107); }
td.TdClassName
{
border-color: #27476B;
}
.TagClassName
{
border-color: #27476B;
}
</style>