Shades of Arapawa #274F5E
Tints of Arapawa #274F5E
RGB
CMYK
RGB Variations
Color information
#274F5E (or 0x274F5E) is known color: Arapawa. HEX triplet: 27, 4F and 5E. RGB value is (39,79,94). Sum of RGB (Red+Green+Blue) = 39+79+94=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #274F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F5E is #D8B0A1. Grayscale: #444444. Windows color (decimal): -14200994 or 6180647. OLE color: 6180647.
HSL color Cylindrical-coordinate representation of color #274F5E: hue angle of 196.36º degrees, saturation: 0.41, 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 #274F5E is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 79 | 94 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.63 |
| HSL | 196.36º | 0.41% | 0.26% | - |
| HSV(B) | 196.36º | 0.59% | 0.37% | - |
| XYZ | 5.65 | 6.83 | 11.61 | - |
| YUV | 68.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 94 | 0.59 | 0.16 | 0 | 0.63 | 196.36 | 0.41 | 0.26 |
| Hex | 27 | 4F | 5E | 3B | 10 | 0 | 3F | C4 | 29 | 1A |
| Octal | 47 | 117 | 136 | 73 | 20 | 0 | 77 | 304 | 51 | 32 |
| Binary | 100111 | 1001111 | 1011110 | 111011 | 10000 | 0 | 111111 | 11000100 | 101001 | 11010 |
Color Harmonies of #274F5E
Complementary color
Monochromatic Colors of #274F5E
Black with #274F5E
Text Example
Text Example
White with #274F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F5E; }
p { color: rgb(39,79,94); }
H1.HeaderClassName
{
color: #274F5E;
}
.AnyTagClassName
{
color: #274F5E;
}
</style>
background-color css
<style>
a { background-color: #274F5E; }
a { background-color: rgb(39,79,94); }
div.DivClassName
{
background-color: #274F5E;
}
.BgClassName
{
background-color: #274F5E;
}
</style>
border-color css
<style>
span { border-color: #274F5E; }
span { border-color: rgb(39,79,94); }
td.TdClassName
{
border-color: #274F5E;
}
.TagClassName
{
border-color: #274F5E;
}
</style>