Shades of Blumine #335C69
Tints of Blumine #335C69
RGB
CMYK
RGB Variations
Color information
#335C69 (or 0x335C69) is known color: Blumine. HEX triplet: 33, 5C and 69. RGB value is (51,92,105). Sum of RGB (Red+Green+Blue) = 51+92+105=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #335C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C69 is #CCA396. Grayscale: #515151. Windows color (decimal): -13411223 or 6904883. OLE color: 6904883.
HSL color Cylindrical-coordinate representation of color #335C69: hue angle of 194.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335C69 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 92 | 105 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.59 |
| HSL | 194.44º | 0.35% | 0.31% | - |
| HSV(B) | 194.44º | 0.51% | 0.41% | - |
| XYZ | 7.74 | 9.38 | 14.77 | - |
| YUV | 81.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 105 | 0.51 | 0.12 | 0 | 0.59 | 194.44 | 0.35 | 0.31 |
| Hex | 33 | 5C | 69 | 33 | C | 0 | 3B | C2 | 23 | 1F |
| Octal | 63 | 134 | 151 | 63 | 14 | 0 | 73 | 302 | 43 | 37 |
| Binary | 110011 | 1011100 | 1101001 | 110011 | 1100 | 0 | 111011 | 11000010 | 100011 | 11111 |
Color Harmonies of #335C69
Complementary color
Monochromatic Colors of #335C69
Black with #335C69
Text Example
Text Example
White with #335C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C69; }
p { color: rgb(51,92,105); }
H1.HeaderClassName
{
color: #335C69;
}
.AnyTagClassName
{
color: #335C69;
}
</style>
background-color css
<style>
a { background-color: #335C69; }
a { background-color: rgb(51,92,105); }
div.DivClassName
{
background-color: #335C69;
}
.BgClassName
{
background-color: #335C69;
}
</style>
border-color css
<style>
span { border-color: #335C69; }
span { border-color: rgb(51,92,105); }
td.TdClassName
{
border-color: #335C69;
}
.TagClassName
{
border-color: #335C69;
}
</style>