Shades of Arapawa #2D4F60
Tints of Arapawa #2D4F60
RGB
CMYK
RGB Variations
Color information
#2D4F60 (or 0x2D4F60) is known color: Arapawa. HEX triplet: 2D, 4F and 60. RGB value is (45,79,96). Sum of RGB (Red+Green+Blue) = 45+79+96=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D4F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F60 is #D2B09F. Grayscale: #464646. Windows color (decimal): -13807776 or 6311725. OLE color: 6311725.
HSL color Cylindrical-coordinate representation of color #2D4F60: hue angle of 200º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D4F60 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 79 | 96 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.62 |
| HSL | 200º | 0.36% | 0.28% | - |
| HSV(B) | 200º | 0.53% | 0.38% | - |
| XYZ | 5.99 | 6.99 | 12.1 | - |
| YUV | 70.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 96 | 0.53 | 0.18 | 0 | 0.62 | 200 | 0.36 | 0.28 |
| Hex | 2D | 4F | 60 | 35 | 12 | 0 | 3E | C8 | 24 | 1C |
| Octal | 55 | 117 | 140 | 65 | 22 | 0 | 76 | 310 | 44 | 34 |
| Binary | 101101 | 1001111 | 1100000 | 110101 | 10010 | 0 | 111110 | 11001000 | 100100 | 11100 |
Color Harmonies of #2D4F60
Complementary color
Monochromatic Colors of #2D4F60
Black with #2D4F60
Text Example
Text Example
White with #2D4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F60; }
p { color: rgb(45,79,96); }
H1.HeaderClassName
{
color: #2D4F60;
}
.AnyTagClassName
{
color: #2D4F60;
}
</style>
background-color css
<style>
a { background-color: #2D4F60; }
a { background-color: rgb(45,79,96); }
div.DivClassName
{
background-color: #2D4F60;
}
.BgClassName
{
background-color: #2D4F60;
}
</style>
border-color css
<style>
span { border-color: #2D4F60; }
span { border-color: rgb(45,79,96); }
td.TdClassName
{
border-color: #2D4F60;
}
.TagClassName
{
border-color: #2D4F60;
}
</style>