Shades of Arapawa #274A62
Tints of Arapawa #274A62
RGB
CMYK
RGB Variations
Color information
#274A62 (or 0x274A62) is known color: Arapawa. HEX triplet: 27, 4A and 62. RGB value is (39,74,98). Sum of RGB (Red+Green+Blue) = 39+74+98=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #274A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A62 is #D8B59D. Grayscale: #424242. Windows color (decimal): -14202270 or 6441511. OLE color: 6441511.
HSL color Cylindrical-coordinate representation of color #274A62: hue angle of 204.41º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #274A62 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 74 | 98 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.62 |
| HSL | 204.41º | 0.43% | 0.27% | - |
| HSV(B) | 204.41º | 0.6% | 0.38% | - |
| XYZ | 5.49 | 6.21 | 12.46 | - |
| YUV | 66.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 98 | 0.60 | 0.24 | 0 | 0.62 | 204.41 | 0.43 | 0.27 |
| Hex | 27 | 4A | 62 | 3C | 18 | 0 | 3E | CC | 2B | 1B |
| Octal | 47 | 112 | 142 | 74 | 30 | 0 | 76 | 314 | 53 | 33 |
| Binary | 100111 | 1001010 | 1100010 | 111100 | 11000 | 0 | 111110 | 11001100 | 101011 | 11011 |
Color Harmonies of #274A62
Complementary color
Monochromatic Colors of #274A62
Black with #274A62
Text Example
Text Example
White with #274A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A62; }
p { color: rgb(39,74,98); }
H1.HeaderClassName
{
color: #274A62;
}
.AnyTagClassName
{
color: #274A62;
}
</style>
background-color css
<style>
a { background-color: #274A62; }
a { background-color: rgb(39,74,98); }
div.DivClassName
{
background-color: #274A62;
}
.BgClassName
{
background-color: #274A62;
}
</style>
border-color css
<style>
span { border-color: #274A62; }
span { border-color: rgb(39,74,98); }
td.TdClassName
{
border-color: #274A62;
}
.TagClassName
{
border-color: #274A62;
}
</style>