Shades of Arapawa #2D5164
Tints of Arapawa #2D5164
RGB
CMYK
RGB Variations
Color information
#2D5164 (or 0x2D5164) is known color: Arapawa. HEX triplet: 2D, 51 and 64. RGB value is (45,81,100). Sum of RGB (Red+Green+Blue) = 45+81+100=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #2D5164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5164 is #D2AE9B. Grayscale: #484848. Windows color (decimal): -13807260 or 6574381. OLE color: 6574381.
HSL color Cylindrical-coordinate representation of color #2D5164: hue angle of 200.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D5164 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 81 | 100 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.61 |
| HSL | 200.73º | 0.38% | 0.28% | - |
| HSV(B) | 200.73º | 0.55% | 0.39% | - |
| XYZ | 6.32 | 7.36 | 13.14 | - |
| YUV | 72.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 100 | 0.55 | 0.19 | 0 | 0.61 | 200.73 | 0.38 | 0.28 |
| Hex | 2D | 51 | 64 | 37 | 13 | 0 | 3D | C9 | 26 | 1C |
| Octal | 55 | 121 | 144 | 67 | 23 | 0 | 75 | 311 | 46 | 34 |
| Binary | 101101 | 1010001 | 1100100 | 110111 | 10011 | 0 | 111101 | 11001001 | 100110 | 11100 |
Color Harmonies of #2D5164
Complementary color
Monochromatic Colors of #2D5164
Black with #2D5164
Text Example
Text Example
White with #2D5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5164; }
p { color: rgb(45,81,100); }
H1.HeaderClassName
{
color: #2D5164;
}
.AnyTagClassName
{
color: #2D5164;
}
</style>
background-color css
<style>
a { background-color: #2D5164; }
a { background-color: rgb(45,81,100); }
div.DivClassName
{
background-color: #2D5164;
}
.BgClassName
{
background-color: #2D5164;
}
</style>
border-color css
<style>
span { border-color: #2D5164; }
span { border-color: rgb(45,81,100); }
td.TdClassName
{
border-color: #2D5164;
}
.TagClassName
{
border-color: #2D5164;
}
</style>