Shades of Arapawa #2C4F67
Tints of Arapawa #2C4F67
RGB
CMYK
RGB Variations
Color information
#2C4F67 (or 0x2C4F67) is known color: Arapawa. HEX triplet: 2C, 4F and 67. RGB value is (44,79,103). Sum of RGB (Red+Green+Blue) = 44+79+103=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C4F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F67 is #D3B098. Grayscale: #474747. Windows color (decimal): -13873305 or 6770476. OLE color: 6770476.
HSL color Cylindrical-coordinate representation of color #2C4F67: hue angle of 204.41º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4F67 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 79 | 103 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.60 |
| HSL | 204.41º | 0.4% | 0.29% | - |
| HSV(B) | 204.41º | 0.57% | 0.4% | - |
| XYZ | 6.28 | 7.11 | 13.87 | - |
| YUV | 71.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 103 | 0.57 | 0.23 | 0 | 0.60 | 204.41 | 0.4 | 0.29 |
| Hex | 2C | 4F | 67 | 39 | 17 | 0 | 3C | CC | 28 | 1D |
| Octal | 54 | 117 | 147 | 71 | 27 | 0 | 74 | 314 | 50 | 35 |
| Binary | 101100 | 1001111 | 1100111 | 111001 | 10111 | 0 | 111100 | 11001100 | 101000 | 11101 |
Color Harmonies of #2C4F67
Complementary color
Monochromatic Colors of #2C4F67
Black with #2C4F67
Text Example
Text Example
White with #2C4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4F67; }
p { color: rgb(44,79,103); }
H1.HeaderClassName
{
color: #2C4F67;
}
.AnyTagClassName
{
color: #2C4F67;
}
</style>
background-color css
<style>
a { background-color: #2C4F67; }
a { background-color: rgb(44,79,103); }
div.DivClassName
{
background-color: #2C4F67;
}
.BgClassName
{
background-color: #2C4F67;
}
</style>
border-color css
<style>
span { border-color: #2C4F67; }
span { border-color: rgb(44,79,103); }
td.TdClassName
{
border-color: #2C4F67;
}
.TagClassName
{
border-color: #2C4F67;
}
</style>