Shades of Blumine #335A71
Tints of Blumine #335A71
RGB
CMYK
RGB Variations
Color information
#335A71 (or 0x335A71) is known color: Blumine. HEX triplet: 33, 5A and 71. RGB value is (51,90,113). Sum of RGB (Red+Green+Blue) = 51+90+113=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #335A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A71 is #CCA58E. Grayscale: #505050. Windows color (decimal): -13411727 or 7428659. OLE color: 7428659.
HSL color Cylindrical-coordinate representation of color #335A71: hue angle of 202.26º 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 #335A71 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 90 | 113 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.56 |
| HSL | 202.26º | 0.38% | 0.32% | - |
| HSV(B) | 202.26º | 0.55% | 0.44% | - |
| XYZ | 8 | 9.21 | 16.98 | - |
| YUV | 80.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 113 | 0.55 | 0.20 | 0 | 0.56 | 202.26 | 0.38 | 0.32 |
| Hex | 33 | 5A | 71 | 37 | 14 | 0 | 38 | CA | 26 | 20 |
| Octal | 63 | 132 | 161 | 67 | 24 | 0 | 70 | 312 | 46 | 40 |
| Binary | 110011 | 1011010 | 1110001 | 110111 | 10100 | 0 | 111000 | 11001010 | 100110 | 100000 |
Color Harmonies of #335A71
Complementary color
Monochromatic Colors of #335A71
Black with #335A71
Text Example
Text Example
White with #335A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A71; }
p { color: rgb(51,90,113); }
H1.HeaderClassName
{
color: #335A71;
}
.AnyTagClassName
{
color: #335A71;
}
</style>
background-color css
<style>
a { background-color: #335A71; }
a { background-color: rgb(51,90,113); }
div.DivClassName
{
background-color: #335A71;
}
.BgClassName
{
background-color: #335A71;
}
</style>
border-color css
<style>
span { border-color: #335A71; }
span { border-color: rgb(51,90,113); }
td.TdClassName
{
border-color: #335A71;
}
.TagClassName
{
border-color: #335A71;
}
</style>