Shades of Arapawa #274E5E
Tints of Arapawa #274E5E
RGB
CMYK
RGB Variations
Color information
#274E5E (or 0x274E5E) is known color: Arapawa. HEX triplet: 27, 4E and 5E. RGB value is (39,78,94). Sum of RGB (Red+Green+Blue) = 39+78+94=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #274E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E5E is #D8B1A1. Grayscale: #444444. Windows color (decimal): -14201250 or 6180391. OLE color: 6180391.
HSL color Cylindrical-coordinate representation of color #274E5E: hue angle of 197.45º 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 #274E5E is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 78 | 94 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.63 |
| HSL | 197.45º | 0.41% | 0.26% | - |
| HSV(B) | 197.45º | 0.59% | 0.37% | - |
| XYZ | 5.58 | 6.69 | 11.59 | - |
| YUV | 68.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 94 | 0.59 | 0.17 | 0 | 0.63 | 197.45 | 0.41 | 0.26 |
| Hex | 27 | 4E | 5E | 3B | 11 | 0 | 3F | C5 | 29 | 1A |
| Octal | 47 | 116 | 136 | 73 | 21 | 0 | 77 | 305 | 51 | 32 |
| Binary | 100111 | 1001110 | 1011110 | 111011 | 10001 | 0 | 111111 | 11000101 | 101001 | 11010 |
Color Harmonies of #274E5E
Complementary color
Monochromatic Colors of #274E5E
Black with #274E5E
Text Example
Text Example
White with #274E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E5E; }
p { color: rgb(39,78,94); }
H1.HeaderClassName
{
color: #274E5E;
}
.AnyTagClassName
{
color: #274E5E;
}
</style>
background-color css
<style>
a { background-color: #274E5E; }
a { background-color: rgb(39,78,94); }
div.DivClassName
{
background-color: #274E5E;
}
.BgClassName
{
background-color: #274E5E;
}
</style>
border-color css
<style>
span { border-color: #274E5E; }
span { border-color: rgb(39,78,94); }
td.TdClassName
{
border-color: #274E5E;
}
.TagClassName
{
border-color: #274E5E;
}
</style>