Shades of Arapawa #2E4F67
Tints of Arapawa #2E4F67
RGB
CMYK
RGB Variations
Color information
#2E4F67 (or 0x2E4F67) is known color: Arapawa. HEX triplet: 2E, 4F and 67. RGB value is (46,79,103). Sum of RGB (Red+Green+Blue) = 46+79+103=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E4F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F67 is #D1B098. Grayscale: #474747. Windows color (decimal): -13742233 or 6770478. OLE color: 6770478.
HSL color Cylindrical-coordinate representation of color #2E4F67: hue angle of 205.26º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E4F67 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 79 | 103 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.60 |
| HSL | 205.26º | 0.38% | 0.29% | - |
| HSV(B) | 205.26º | 0.55% | 0.4% | - |
| XYZ | 6.37 | 7.15 | 13.88 | - |
| YUV | 71.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 103 | 0.55 | 0.23 | 0 | 0.60 | 205.26 | 0.38 | 0.29 |
| Hex | 2E | 4F | 67 | 37 | 17 | 0 | 3C | CD | 26 | 1D |
| Octal | 56 | 117 | 147 | 67 | 27 | 0 | 74 | 315 | 46 | 35 |
| Binary | 101110 | 1001111 | 1100111 | 110111 | 10111 | 0 | 111100 | 11001101 | 100110 | 11101 |
Color Harmonies of #2E4F67
Complementary color
Monochromatic Colors of #2E4F67
Black with #2E4F67
Text Example
Text Example
White with #2E4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F67; }
p { color: rgb(46,79,103); }
H1.HeaderClassName
{
color: #2E4F67;
}
.AnyTagClassName
{
color: #2E4F67;
}
</style>
background-color css
<style>
a { background-color: #2E4F67; }
a { background-color: rgb(46,79,103); }
div.DivClassName
{
background-color: #2E4F67;
}
.BgClassName
{
background-color: #2E4F67;
}
</style>
border-color css
<style>
span { border-color: #2E4F67; }
span { border-color: rgb(46,79,103); }
td.TdClassName
{
border-color: #2E4F67;
}
.TagClassName
{
border-color: #2E4F67;
}
</style>