Shades of Arapawa #334F5B
Tints of Arapawa #334F5B
RGB
CMYK
RGB Variations
Color information
#334F5B (or 0x334F5B) is known color: Arapawa. HEX triplet: 33, 4F and 5B. RGB value is (51,79,91). Sum of RGB (Red+Green+Blue) = 51+79+91=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #334F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F5B is #CCB0A4. Grayscale: #474747. Windows color (decimal): -13414565 or 5984051. OLE color: 5984051.
HSL color Cylindrical-coordinate representation of color #334F5B: hue angle of 198º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #334F5B is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 79 | 91 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.64 |
| HSL | 198º | 0.28% | 0.28% | - |
| HSV(B) | 198º | 0.44% | 0.36% | - |
| XYZ | 6.05 | 7.05 | 10.94 | - |
| YUV | 72 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 91 | 0.44 | 0.13 | 0 | 0.64 | 198 | 0.28 | 0.28 |
| Hex | 33 | 4F | 5B | 2C | D | 0 | 40 | C6 | 1C | 1C |
| Octal | 63 | 117 | 133 | 54 | 15 | 0 | 100 | 306 | 34 | 34 |
| Binary | 110011 | 1001111 | 1011011 | 101100 | 1101 | 0 | 1000000 | 11000110 | 11100 | 11100 |
Color Harmonies of #334F5B
Complementary color
Monochromatic Colors of #334F5B
Black with #334F5B
Text Example
Text Example
White with #334F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F5B; }
p { color: rgb(51,79,91); }
H1.HeaderClassName
{
color: #334F5B;
}
.AnyTagClassName
{
color: #334F5B;
}
</style>
background-color css
<style>
a { background-color: #334F5B; }
a { background-color: rgb(51,79,91); }
div.DivClassName
{
background-color: #334F5B;
}
.BgClassName
{
background-color: #334F5B;
}
</style>
border-color css
<style>
span { border-color: #334F5B; }
span { border-color: rgb(51,79,91); }
td.TdClassName
{
border-color: #334F5B;
}
.TagClassName
{
border-color: #334F5B;
}
</style>