Shades of Blumine #355A70
Tints of Blumine #355A70
RGB
CMYK
RGB Variations
Color information
#355A70 (or 0x355A70) is known color: Blumine. HEX triplet: 35, 5A and 70. RGB value is (53,90,112). Sum of RGB (Red+Green+Blue) = 53+90+112=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #355A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A70 is #CAA58F. Grayscale: #515151. Windows color (decimal): -13280656 or 7363125. OLE color: 7363125.
HSL color Cylindrical-coordinate representation of color #355A70: hue angle of 202.37º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355A70 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 90 | 112 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.56 |
| HSL | 202.37º | 0.36% | 0.32% | - |
| HSV(B) | 202.37º | 0.53% | 0.44% | - |
| XYZ | 8.05 | 9.24 | 16.69 | - |
| YUV | 81.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 112 | 0.53 | 0.20 | 0 | 0.56 | 202.37 | 0.36 | 0.32 |
| Hex | 35 | 5A | 70 | 35 | 14 | 0 | 38 | CA | 24 | 20 |
| Octal | 65 | 132 | 160 | 65 | 24 | 0 | 70 | 312 | 44 | 40 |
| Binary | 110101 | 1011010 | 1110000 | 110101 | 10100 | 0 | 111000 | 11001010 | 100100 | 100000 |
Color Harmonies of #355A70
Complementary color
Monochromatic Colors of #355A70
Black with #355A70
Text Example
Text Example
White with #355A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A70; }
p { color: rgb(53,90,112); }
H1.HeaderClassName
{
color: #355A70;
}
.AnyTagClassName
{
color: #355A70;
}
</style>
background-color css
<style>
a { background-color: #355A70; }
a { background-color: rgb(53,90,112); }
div.DivClassName
{
background-color: #355A70;
}
.BgClassName
{
background-color: #355A70;
}
</style>
border-color css
<style>
span { border-color: #355A70; }
span { border-color: rgb(53,90,112); }
td.TdClassName
{
border-color: #355A70;
}
.TagClassName
{
border-color: #355A70;
}
</style>