Shades of Arapawa #275065
Tints of Arapawa #275065
RGB
CMYK
RGB Variations
Color information
#275065 (or 0x275065) is known color: Arapawa. HEX triplet: 27, 50 and 65. RGB value is (39,80,101). Sum of RGB (Red+Green+Blue) = 39+80+101=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #275065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275065 is #D8AF9A. Grayscale: #464646. Windows color (decimal): -14200731 or 6639655. OLE color: 6639655.
HSL color Cylindrical-coordinate representation of color #275065: hue angle of 200.32º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275065 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 80 | 101 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.60 |
| HSL | 200.32º | 0.44% | 0.27% | - |
| HSV(B) | 200.32º | 0.61% | 0.4% | - |
| XYZ | 6.05 | 7.11 | 13.36 | - |
| YUV | 70.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 101 | 0.61 | 0.21 | 0 | 0.60 | 200.32 | 0.44 | 0.27 |
| Hex | 27 | 50 | 65 | 3D | 15 | 0 | 3C | C8 | 2C | 1B |
| Octal | 47 | 120 | 145 | 75 | 25 | 0 | 74 | 310 | 54 | 33 |
| Binary | 100111 | 1010000 | 1100101 | 111101 | 10101 | 0 | 111100 | 11001000 | 101100 | 11011 |
Color Harmonies of #275065
Complementary color
Monochromatic Colors of #275065
Black with #275065
Text Example
Text Example
White with #275065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275065; }
p { color: rgb(39,80,101); }
H1.HeaderClassName
{
color: #275065;
}
.AnyTagClassName
{
color: #275065;
}
</style>
background-color css
<style>
a { background-color: #275065; }
a { background-color: rgb(39,80,101); }
div.DivClassName
{
background-color: #275065;
}
.BgClassName
{
background-color: #275065;
}
</style>
border-color css
<style>
span { border-color: #275065; }
span { border-color: rgb(39,80,101); }
td.TdClassName
{
border-color: #275065;
}
.TagClassName
{
border-color: #275065;
}
</style>