Shades of Arapawa #274858
Tints of Arapawa #274858
RGB
CMYK
RGB Variations
Color information
#274858 (or 0x274858) is known color: Arapawa. HEX triplet: 27, 48 and 58. RGB value is (39,72,88). Sum of RGB (Red+Green+Blue) = 39+72+88=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #274858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274858 is #D8B7A7. Grayscale: #3F3F3F. Windows color (decimal): -14202792 or 5785639. OLE color: 5785639.
HSL color Cylindrical-coordinate representation of color #274858: hue angle of 199.59º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274858 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 72 | 88 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.65 |
| HSL | 199.59º | 0.39% | 0.25% | - |
| HSV(B) | 199.59º | 0.56% | 0.35% | - |
| XYZ | 4.92 | 5.77 | 10.09 | - |
| YUV | 63.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 88 | 0.56 | 0.18 | 0 | 0.65 | 199.59 | 0.39 | 0.25 |
| Hex | 27 | 48 | 58 | 38 | 12 | 0 | 41 | C8 | 27 | 19 |
| Octal | 47 | 110 | 130 | 70 | 22 | 0 | 101 | 310 | 47 | 31 |
| Binary | 100111 | 1001000 | 1011000 | 111000 | 10010 | 0 | 1000001 | 11001000 | 100111 | 11001 |
Color Harmonies of #274858
Complementary color
Monochromatic Colors of #274858
Black with #274858
Text Example
Text Example
White with #274858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274858; }
p { color: rgb(39,72,88); }
H1.HeaderClassName
{
color: #274858;
}
.AnyTagClassName
{
color: #274858;
}
</style>
background-color css
<style>
a { background-color: #274858; }
a { background-color: rgb(39,72,88); }
div.DivClassName
{
background-color: #274858;
}
.BgClassName
{
background-color: #274858;
}
</style>
border-color css
<style>
span { border-color: #274858; }
span { border-color: rgb(39,72,88); }
td.TdClassName
{
border-color: #274858;
}
.TagClassName
{
border-color: #274858;
}
</style>