Shades of Blumine #335D6A
Tints of Blumine #335D6A
RGB
CMYK
RGB Variations
Color information
#335D6A (or 0x335D6A) is known color: Blumine. HEX triplet: 33, 5D and 6A. RGB value is (51,93,106). Sum of RGB (Red+Green+Blue) = 51+93+106=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #335D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D6A is #CCA295. Grayscale: #515151. Windows color (decimal): -13410966 or 6970675. OLE color: 6970675.
HSL color Cylindrical-coordinate representation of color #335D6A: hue angle of 194.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #335D6A is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 93 | 106 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.58 |
| HSL | 194.18º | 0.35% | 0.31% | - |
| HSV(B) | 194.18º | 0.52% | 0.42% | - |
| XYZ | 7.88 | 9.57 | 15.07 | - |
| YUV | 81.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 106 | 0.52 | 0.12 | 0 | 0.58 | 194.18 | 0.35 | 0.31 |
| Hex | 33 | 5D | 6A | 34 | C | 0 | 3A | C2 | 23 | 1F |
| Octal | 63 | 135 | 152 | 64 | 14 | 0 | 72 | 302 | 43 | 37 |
| Binary | 110011 | 1011101 | 1101010 | 110100 | 1100 | 0 | 111010 | 11000010 | 100011 | 11111 |
Color Harmonies of #335D6A
Complementary color
Monochromatic Colors of #335D6A
Black with #335D6A
Text Example
Text Example
White with #335D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D6A; }
p { color: rgb(51,93,106); }
H1.HeaderClassName
{
color: #335D6A;
}
.AnyTagClassName
{
color: #335D6A;
}
</style>
background-color css
<style>
a { background-color: #335D6A; }
a { background-color: rgb(51,93,106); }
div.DivClassName
{
background-color: #335D6A;
}
.BgClassName
{
background-color: #335D6A;
}
</style>
border-color css
<style>
span { border-color: #335D6A; }
span { border-color: rgb(51,93,106); }
td.TdClassName
{
border-color: #335D6A;
}
.TagClassName
{
border-color: #335D6A;
}
</style>