Shades of Blumine #35667B
Tints of Blumine #35667B
RGB
CMYK
RGB Variations
Color information
#35667B (or 0x35667B) is known color: Blumine. HEX triplet: 35, 66 and 7B. RGB value is (53,102,123). Sum of RGB (Red+Green+Blue) = 53+102+123=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #35667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35667B is #CA9984. Grayscale: #595959. Windows color (decimal): -13277573 or 8087093. OLE color: 8087093.
HSL color Cylindrical-coordinate representation of color #35667B: hue angle of 198º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35667B is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 102 | 123 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.52 |
| HSL | 198º | 0.4% | 0.35% | - |
| HSV(B) | 198º | 0.57% | 0.48% | - |
| XYZ | 9.79 | 11.69 | 20.48 | - |
| YUV | 89.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 123 | 0.57 | 0.17 | 0 | 0.52 | 198 | 0.4 | 0.35 |
| Hex | 35 | 66 | 7B | 39 | 11 | 0 | 34 | C6 | 28 | 23 |
| Octal | 65 | 146 | 173 | 71 | 21 | 0 | 64 | 306 | 50 | 43 |
| Binary | 110101 | 1100110 | 1111011 | 111001 | 10001 | 0 | 110100 | 11000110 | 101000 | 100011 |
Color Harmonies of #35667B
Complementary color
Monochromatic Colors of #35667B
Black with #35667B
Text Example
Text Example
White with #35667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35667B; }
p { color: rgb(53,102,123); }
H1.HeaderClassName
{
color: #35667B;
}
.AnyTagClassName
{
color: #35667B;
}
</style>
background-color css
<style>
a { background-color: #35667B; }
a { background-color: rgb(53,102,123); }
div.DivClassName
{
background-color: #35667B;
}
.BgClassName
{
background-color: #35667B;
}
</style>
border-color css
<style>
span { border-color: #35667B; }
span { border-color: rgb(53,102,123); }
td.TdClassName
{
border-color: #35667B;
}
.TagClassName
{
border-color: #35667B;
}
</style>