Shades of Arapawa #2F4E5F
Tints of Arapawa #2F4E5F
RGB
CMYK
RGB Variations
Color information
#2F4E5F (or 0x2F4E5F) is known color: Arapawa. HEX triplet: 2F, 4E and 5F. RGB value is (47,78,95). Sum of RGB (Red+Green+Blue) = 47+78+95=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F4E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4E5F is #D0B1A0. Grayscale: #464646. Windows color (decimal): -13676961 or 6245935. OLE color: 6245935.
HSL color Cylindrical-coordinate representation of color #2F4E5F: hue angle of 201.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4E5F is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 78 | 95 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.63 |
| HSL | 201.25º | 0.34% | 0.28% | - |
| HSV(B) | 201.25º | 0.51% | 0.37% | - |
| XYZ | 5.96 | 6.88 | 11.84 | - |
| YUV | 70.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 95 | 0.51 | 0.18 | 0 | 0.63 | 201.25 | 0.34 | 0.28 |
| Hex | 2F | 4E | 5F | 33 | 12 | 0 | 3F | C9 | 22 | 1C |
| Octal | 57 | 116 | 137 | 63 | 22 | 0 | 77 | 311 | 42 | 34 |
| Binary | 101111 | 1001110 | 1011111 | 110011 | 10010 | 0 | 111111 | 11001001 | 100010 | 11100 |
Color Harmonies of #2F4E5F
Complementary color
Monochromatic Colors of #2F4E5F
Black with #2F4E5F
Text Example
Text Example
White with #2F4E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E5F; }
p { color: rgb(47,78,95); }
H1.HeaderClassName
{
color: #2F4E5F;
}
.AnyTagClassName
{
color: #2F4E5F;
}
</style>
background-color css
<style>
a { background-color: #2F4E5F; }
a { background-color: rgb(47,78,95); }
div.DivClassName
{
background-color: #2F4E5F;
}
.BgClassName
{
background-color: #2F4E5F;
}
</style>
border-color css
<style>
span { border-color: #2F4E5F; }
span { border-color: rgb(47,78,95); }
td.TdClassName
{
border-color: #2F4E5F;
}
.TagClassName
{
border-color: #2F4E5F;
}
</style>