Shades of Blumine #335C71
Tints of Blumine #335C71
RGB
CMYK
RGB Variations
Color information
#335C71 (or 0x335C71) is known color: Blumine. HEX triplet: 33, 5C and 71. RGB value is (51,92,113). Sum of RGB (Red+Green+Blue) = 51+92+113=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #335C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C71 is #CCA38E. Grayscale: #525252. Windows color (decimal): -13411215 or 7429171. OLE color: 7429171.
HSL color Cylindrical-coordinate representation of color #335C71: hue angle of 200.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335C71 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 92 | 113 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.56 |
| HSL | 200.32º | 0.38% | 0.32% | - |
| HSV(B) | 200.32º | 0.55% | 0.44% | - |
| XYZ | 8.17 | 9.55 | 17.04 | - |
| YUV | 82.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 113 | 0.55 | 0.19 | 0 | 0.56 | 200.32 | 0.38 | 0.32 |
| Hex | 33 | 5C | 71 | 37 | 13 | 0 | 38 | C8 | 26 | 20 |
| Octal | 63 | 134 | 161 | 67 | 23 | 0 | 70 | 310 | 46 | 40 |
| Binary | 110011 | 1011100 | 1110001 | 110111 | 10011 | 0 | 111000 | 11001000 | 100110 | 100000 |
Color Harmonies of #335C71
Complementary color
Monochromatic Colors of #335C71
Black with #335C71
Text Example
Text Example
White with #335C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C71; }
p { color: rgb(51,92,113); }
H1.HeaderClassName
{
color: #335C71;
}
.AnyTagClassName
{
color: #335C71;
}
</style>
background-color css
<style>
a { background-color: #335C71; }
a { background-color: rgb(51,92,113); }
div.DivClassName
{
background-color: #335C71;
}
.BgClassName
{
background-color: #335C71;
}
</style>
border-color css
<style>
span { border-color: #335C71; }
span { border-color: rgb(51,92,113); }
td.TdClassName
{
border-color: #335C71;
}
.TagClassName
{
border-color: #335C71;
}
</style>