Shades of Blumine #335665
Tints of Blumine #335665
RGB
CMYK
RGB Variations
Color information
#335665 (or 0x335665) is known color: Blumine. HEX triplet: 33, 56 and 65. RGB value is (51,86,101). Sum of RGB (Red+Green+Blue) = 51+86+101=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #335665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335665 is #CCA99A. Grayscale: #4D4D4D. Windows color (decimal): -13412763 or 6641203. OLE color: 6641203.
HSL color Cylindrical-coordinate representation of color #335665: hue angle of 198º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335665 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 86 | 101 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.60 |
| HSL | 198º | 0.33% | 0.3% | - |
| HSV(B) | 198º | 0.5% | 0.4% | - |
| XYZ | 7.04 | 8.3 | 13.54 | - |
| YUV | 77.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 101 | 0.50 | 0.15 | 0 | 0.60 | 198 | 0.33 | 0.3 |
| Hex | 33 | 56 | 65 | 32 | F | 0 | 3C | C6 | 21 | 1E |
| Octal | 63 | 126 | 145 | 62 | 17 | 0 | 74 | 306 | 41 | 36 |
| Binary | 110011 | 1010110 | 1100101 | 110010 | 1111 | 0 | 111100 | 11000110 | 100001 | 11110 |
Color Harmonies of #335665
Complementary color
Monochromatic Colors of #335665
Black with #335665
Text Example
Text Example
White with #335665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335665; }
p { color: rgb(51,86,101); }
H1.HeaderClassName
{
color: #335665;
}
.AnyTagClassName
{
color: #335665;
}
</style>
background-color css
<style>
a { background-color: #335665; }
a { background-color: rgb(51,86,101); }
div.DivClassName
{
background-color: #335665;
}
.BgClassName
{
background-color: #335665;
}
</style>
border-color css
<style>
span { border-color: #335665; }
span { border-color: rgb(51,86,101); }
td.TdClassName
{
border-color: #335665;
}
.TagClassName
{
border-color: #335665;
}
</style>