Shades of Blumine #355A6F
Tints of Blumine #355A6F
RGB
CMYK
RGB Variations
Color information
#355A6F (or 0x355A6F) is known color: Blumine. HEX triplet: 35, 5A and 6F. RGB value is (53,90,111). Sum of RGB (Red+Green+Blue) = 53+90+111=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #355A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A6F is #CAA590. Grayscale: #515151. Windows color (decimal): -13280657 or 7297589. OLE color: 7297589.
HSL color Cylindrical-coordinate representation of color #355A6F: hue angle of 201.72º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #355A6F is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 90 | 111 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.56 |
| HSL | 201.72º | 0.35% | 0.32% | - |
| HSV(B) | 201.72º | 0.52% | 0.44% | - |
| XYZ | 7.99 | 9.22 | 16.4 | - |
| YUV | 81.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 111 | 0.52 | 0.19 | 0 | 0.56 | 201.72 | 0.35 | 0.32 |
| Hex | 35 | 5A | 6F | 34 | 13 | 0 | 38 | CA | 23 | 20 |
| Octal | 65 | 132 | 157 | 64 | 23 | 0 | 70 | 312 | 43 | 40 |
| Binary | 110101 | 1011010 | 1101111 | 110100 | 10011 | 0 | 111000 | 11001010 | 100011 | 100000 |
Color Harmonies of #355A6F
Complementary color
Monochromatic Colors of #355A6F
Black with #355A6F
Text Example
Text Example
White with #355A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A6F; }
p { color: rgb(53,90,111); }
H1.HeaderClassName
{
color: #355A6F;
}
.AnyTagClassName
{
color: #355A6F;
}
</style>
background-color css
<style>
a { background-color: #355A6F; }
a { background-color: rgb(53,90,111); }
div.DivClassName
{
background-color: #355A6F;
}
.BgClassName
{
background-color: #355A6F;
}
</style>
border-color css
<style>
span { border-color: #355A6F; }
span { border-color: rgb(53,90,111); }
td.TdClassName
{
border-color: #355A6F;
}
.TagClassName
{
border-color: #355A6F;
}
</style>