Shades of Blumine #335D6B
Tints of Blumine #335D6B
RGB
CMYK
RGB Variations
Color information
#335D6B (or 0x335D6B) is known color: Blumine. HEX triplet: 33, 5D and 6B. RGB value is (51,93,107). Sum of RGB (Red+Green+Blue) = 51+93+107=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #335D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D6B is #CCA294. Grayscale: #515151. Windows color (decimal): -13410965 or 7036211. OLE color: 7036211.
HSL color Cylindrical-coordinate representation of color #335D6B: hue angle of 195º 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 #335D6B is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 93 | 107 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.58 |
| HSL | 195º | 0.35% | 0.31% | - |
| HSV(B) | 195º | 0.52% | 0.42% | - |
| XYZ | 7.93 | 9.59 | 15.34 | - |
| YUV | 82.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 107 | 0.52 | 0.13 | 0 | 0.58 | 195 | 0.35 | 0.31 |
| Hex | 33 | 5D | 6B | 34 | D | 0 | 3A | C3 | 23 | 1F |
| Octal | 63 | 135 | 153 | 64 | 15 | 0 | 72 | 303 | 43 | 37 |
| Binary | 110011 | 1011101 | 1101011 | 110100 | 1101 | 0 | 111010 | 11000011 | 100011 | 11111 |
Color Harmonies of #335D6B
Complementary color
Monochromatic Colors of #335D6B
Black with #335D6B
Text Example
Text Example
White with #335D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D6B; }
p { color: rgb(51,93,107); }
H1.HeaderClassName
{
color: #335D6B;
}
.AnyTagClassName
{
color: #335D6B;
}
</style>
background-color css
<style>
a { background-color: #335D6B; }
a { background-color: rgb(51,93,107); }
div.DivClassName
{
background-color: #335D6B;
}
.BgClassName
{
background-color: #335D6B;
}
</style>
border-color css
<style>
span { border-color: #335D6B; }
span { border-color: rgb(51,93,107); }
td.TdClassName
{
border-color: #335D6B;
}
.TagClassName
{
border-color: #335D6B;
}
</style>