Shades of Blumine #335C74
Tints of Blumine #335C74
RGB
CMYK
RGB Variations
Color information
#335C74 (or 0x335C74) is known color: Blumine. HEX triplet: 33, 5C and 74. RGB value is (51,92,116). Sum of RGB (Red+Green+Blue) = 51+92+116=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #335C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C74 is #CCA38B. Grayscale: #525252. Windows color (decimal): -13411212 or 7625779. OLE color: 7625779.
HSL color Cylindrical-coordinate representation of color #335C74: hue angle of 202.15º 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 #335C74 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 92 | 116 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.55 |
| HSL | 202.15º | 0.39% | 0.33% | - |
| HSV(B) | 202.15º | 0.56% | 0.45% | - |
| XYZ | 8.34 | 9.62 | 17.94 | - |
| YUV | 82.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 116 | 0.56 | 0.21 | 0 | 0.55 | 202.15 | 0.39 | 0.33 |
| Hex | 33 | 5C | 74 | 38 | 15 | 0 | 37 | CA | 27 | 21 |
| Octal | 63 | 134 | 164 | 70 | 25 | 0 | 67 | 312 | 47 | 41 |
| Binary | 110011 | 1011100 | 1110100 | 111000 | 10101 | 0 | 110111 | 11001010 | 100111 | 100001 |
Color Harmonies of #335C74
Complementary color
Monochromatic Colors of #335C74
Black with #335C74
Text Example
Text Example
White with #335C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C74; }
p { color: rgb(51,92,116); }
H1.HeaderClassName
{
color: #335C74;
}
.AnyTagClassName
{
color: #335C74;
}
</style>
background-color css
<style>
a { background-color: #335C74; }
a { background-color: rgb(51,92,116); }
div.DivClassName
{
background-color: #335C74;
}
.BgClassName
{
background-color: #335C74;
}
</style>
border-color css
<style>
span { border-color: #335C74; }
span { border-color: rgb(51,92,116); }
td.TdClassName
{
border-color: #335C74;
}
.TagClassName
{
border-color: #335C74;
}
</style>