Shades of Blumine #335D74
Tints of Blumine #335D74
RGB
CMYK
RGB Variations
Color information
#335D74 (or 0x335D74) is known color: Blumine. HEX triplet: 33, 5D and 74. RGB value is (51,93,116). Sum of RGB (Red+Green+Blue) = 51+93+116=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #335D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D74 is #CCA28B. Grayscale: #525252. Windows color (decimal): -13410956 or 7626035. OLE color: 7626035.
HSL color Cylindrical-coordinate representation of color #335D74: hue angle of 201.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335D74 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 93 | 116 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.55 |
| HSL | 201.23º | 0.39% | 0.33% | - |
| HSV(B) | 201.23º | 0.56% | 0.45% | - |
| XYZ | 8.43 | 9.79 | 17.97 | - |
| YUV | 83.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 116 | 0.56 | 0.20 | 0 | 0.55 | 201.23 | 0.39 | 0.33 |
| Hex | 33 | 5D | 74 | 38 | 14 | 0 | 37 | C9 | 27 | 21 |
| Octal | 63 | 135 | 164 | 70 | 24 | 0 | 67 | 311 | 47 | 41 |
| Binary | 110011 | 1011101 | 1110100 | 111000 | 10100 | 0 | 110111 | 11001001 | 100111 | 100001 |
Color Harmonies of #335D74
Complementary color
Monochromatic Colors of #335D74
Black with #335D74
Text Example
Text Example
White with #335D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D74; }
p { color: rgb(51,93,116); }
H1.HeaderClassName
{
color: #335D74;
}
.AnyTagClassName
{
color: #335D74;
}
</style>
background-color css
<style>
a { background-color: #335D74; }
a { background-color: rgb(51,93,116); }
div.DivClassName
{
background-color: #335D74;
}
.BgClassName
{
background-color: #335D74;
}
</style>
border-color css
<style>
span { border-color: #335D74; }
span { border-color: rgb(51,93,116); }
td.TdClassName
{
border-color: #335D74;
}
.TagClassName
{
border-color: #335D74;
}
</style>