Shades of Arapawa #274A5D
Tints of Arapawa #274A5D
RGB
CMYK
RGB Variations
Color information
#274A5D (or 0x274A5D) is known color: Arapawa. HEX triplet: 27, 4A and 5D. RGB value is (39,74,93). Sum of RGB (Red+Green+Blue) = 39+74+93=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #274A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A5D is #D8B5A2. Grayscale: #414141. Windows color (decimal): -14202275 or 6113831. OLE color: 6113831.
HSL color Cylindrical-coordinate representation of color #274A5D: hue angle of 201.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #274A5D is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 74 | 93 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.64 |
| HSL | 201.11º | 0.41% | 0.26% | - |
| HSV(B) | 201.11º | 0.58% | 0.36% | - |
| XYZ | 5.26 | 6.12 | 11.26 | - |
| YUV | 65.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 93 | 0.58 | 0.20 | 0 | 0.64 | 201.11 | 0.41 | 0.26 |
| Hex | 27 | 4A | 5D | 3A | 14 | 0 | 40 | C9 | 29 | 1A |
| Octal | 47 | 112 | 135 | 72 | 24 | 0 | 100 | 311 | 51 | 32 |
| Binary | 100111 | 1001010 | 1011101 | 111010 | 10100 | 0 | 1000000 | 11001001 | 101001 | 11010 |
Color Harmonies of #274A5D
Complementary color
Monochromatic Colors of #274A5D
Black with #274A5D
Text Example
Text Example
White with #274A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A5D; }
p { color: rgb(39,74,93); }
H1.HeaderClassName
{
color: #274A5D;
}
.AnyTagClassName
{
color: #274A5D;
}
</style>
background-color css
<style>
a { background-color: #274A5D; }
a { background-color: rgb(39,74,93); }
div.DivClassName
{
background-color: #274A5D;
}
.BgClassName
{
background-color: #274A5D;
}
</style>
border-color css
<style>
span { border-color: #274A5D; }
span { border-color: rgb(39,74,93); }
td.TdClassName
{
border-color: #274A5D;
}
.TagClassName
{
border-color: #274A5D;
}
</style>