Shades of Blumine #335669
Tints of Blumine #335669
RGB
CMYK
RGB Variations
Color information
#335669 (or 0x335669) is known color: Blumine. HEX triplet: 33, 56 and 69. RGB value is (51,86,105). Sum of RGB (Red+Green+Blue) = 51+86+105=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #335669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335669 is #CCA996. Grayscale: #4D4D4D. Windows color (decimal): -13412759 or 6903347. OLE color: 6903347.
HSL color Cylindrical-coordinate representation of color #335669: hue angle of 201.11º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335669 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 86 | 105 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.59 |
| HSL | 201.11º | 0.35% | 0.31% | - |
| HSV(B) | 201.11º | 0.51% | 0.41% | - |
| XYZ | 7.24 | 8.38 | 14.6 | - |
| YUV | 77.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 105 | 0.51 | 0.18 | 0 | 0.59 | 201.11 | 0.35 | 0.31 |
| Hex | 33 | 56 | 69 | 33 | 12 | 0 | 3B | C9 | 23 | 1F |
| Octal | 63 | 126 | 151 | 63 | 22 | 0 | 73 | 311 | 43 | 37 |
| Binary | 110011 | 1010110 | 1101001 | 110011 | 10010 | 0 | 111011 | 11001001 | 100011 | 11111 |
Color Harmonies of #335669
Complementary color
Monochromatic Colors of #335669
Black with #335669
Text Example
Text Example
White with #335669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335669; }
p { color: rgb(51,86,105); }
H1.HeaderClassName
{
color: #335669;
}
.AnyTagClassName
{
color: #335669;
}
</style>
background-color css
<style>
a { background-color: #335669; }
a { background-color: rgb(51,86,105); }
div.DivClassName
{
background-color: #335669;
}
.BgClassName
{
background-color: #335669;
}
</style>
border-color css
<style>
span { border-color: #335669; }
span { border-color: rgb(51,86,105); }
td.TdClassName
{
border-color: #335669;
}
.TagClassName
{
border-color: #335669;
}
</style>