Shades of Arapawa #274E60
Tints of Arapawa #274E60
RGB
CMYK
RGB Variations
Color information
#274E60 (or 0x274E60) is known color: Arapawa. HEX triplet: 27, 4E and 60. RGB value is (39,78,96). Sum of RGB (Red+Green+Blue) = 39+78+96=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #274E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E60 is #D8B19F. Grayscale: #444444. Windows color (decimal): -14201248 or 6311463. OLE color: 6311463.
HSL color Cylindrical-coordinate representation of color #274E60: hue angle of 198.95º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274E60 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 78 | 96 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.62 |
| HSL | 198.95º | 0.42% | 0.26% | - |
| HSV(B) | 198.95º | 0.59% | 0.38% | - |
| XYZ | 5.67 | 6.72 | 12.07 | - |
| YUV | 68.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 96 | 0.59 | 0.19 | 0 | 0.62 | 198.95 | 0.42 | 0.26 |
| Hex | 27 | 4E | 60 | 3B | 13 | 0 | 3E | C7 | 2A | 1A |
| Octal | 47 | 116 | 140 | 73 | 23 | 0 | 76 | 307 | 52 | 32 |
| Binary | 100111 | 1001110 | 1100000 | 111011 | 10011 | 0 | 111110 | 11000111 | 101010 | 11010 |
Color Harmonies of #274E60
Complementary color
Monochromatic Colors of #274E60
Black with #274E60
Text Example
Text Example
White with #274E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E60; }
p { color: rgb(39,78,96); }
H1.HeaderClassName
{
color: #274E60;
}
.AnyTagClassName
{
color: #274E60;
}
</style>
background-color css
<style>
a { background-color: #274E60; }
a { background-color: rgb(39,78,96); }
div.DivClassName
{
background-color: #274E60;
}
.BgClassName
{
background-color: #274E60;
}
</style>
border-color css
<style>
span { border-color: #274E60; }
span { border-color: rgb(39,78,96); }
td.TdClassName
{
border-color: #274E60;
}
.TagClassName
{
border-color: #274E60;
}
</style>