Shades of Arapawa #274C60
Tints of Arapawa #274C60
RGB
CMYK
RGB Variations
Color information
#274C60 (or 0x274C60) is known color: Arapawa. HEX triplet: 27, 4C and 60. RGB value is (39,76,96). Sum of RGB (Red+Green+Blue) = 39+76+96=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #274C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C60 is #D8B39F. Grayscale: #434343. Windows color (decimal): -14201760 or 6310951. OLE color: 6310951.
HSL color Cylindrical-coordinate representation of color #274C60: hue angle of 201.05º 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 #274C60 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 76 | 96 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.62 |
| HSL | 201.05º | 0.42% | 0.26% | - |
| HSV(B) | 201.05º | 0.59% | 0.38% | - |
| XYZ | 5.53 | 6.44 | 12.02 | - |
| YUV | 67.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 96 | 0.59 | 0.21 | 0 | 0.62 | 201.05 | 0.42 | 0.26 |
| Hex | 27 | 4C | 60 | 3B | 15 | 0 | 3E | C9 | 2A | 1A |
| Octal | 47 | 114 | 140 | 73 | 25 | 0 | 76 | 311 | 52 | 32 |
| Binary | 100111 | 1001100 | 1100000 | 111011 | 10101 | 0 | 111110 | 11001001 | 101010 | 11010 |
Color Harmonies of #274C60
Complementary color
Monochromatic Colors of #274C60
Black with #274C60
Text Example
Text Example
White with #274C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C60; }
p { color: rgb(39,76,96); }
H1.HeaderClassName
{
color: #274C60;
}
.AnyTagClassName
{
color: #274C60;
}
</style>
background-color css
<style>
a { background-color: #274C60; }
a { background-color: rgb(39,76,96); }
div.DivClassName
{
background-color: #274C60;
}
.BgClassName
{
background-color: #274C60;
}
</style>
border-color css
<style>
span { border-color: #274C60; }
span { border-color: rgb(39,76,96); }
td.TdClassName
{
border-color: #274C60;
}
.TagClassName
{
border-color: #274C60;
}
</style>