Shades of Blumine #2A5C6C
Tints of Blumine #2A5C6C
RGB
CMYK
RGB Variations
Color information
#2A5C6C (or 0x2A5C6C) is known color: Blumine. HEX triplet: 2A, 5C and 6C. RGB value is (42,92,108). Sum of RGB (Red+Green+Blue) = 42+92+108=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A5C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5C6C is #D5A393. Grayscale: #4E4E4E. Windows color (decimal): -14001044 or 7101482. OLE color: 7101482.
HSL color Cylindrical-coordinate representation of color #2A5C6C: hue angle of 194.55º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A5C6C is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 92 | 108 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.58 |
| HSL | 194.55º | 0.44% | 0.29% | - |
| HSV(B) | 194.55º | 0.61% | 0.42% | - |
| XYZ | 7.49 | 9.23 | 15.57 | - |
| YUV | 78.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 92 | 108 | 0.61 | 0.15 | 0 | 0.58 | 194.55 | 0.44 | 0.29 |
| Hex | 2A | 5C | 6C | 3D | F | 0 | 3A | C3 | 2C | 1D |
| Octal | 52 | 134 | 154 | 75 | 17 | 0 | 72 | 303 | 54 | 35 |
| Binary | 101010 | 1011100 | 1101100 | 111101 | 1111 | 0 | 111010 | 11000011 | 101100 | 11101 |
Color Harmonies of #2A5C6C
Complementary color
Monochromatic Colors of #2A5C6C
Black with #2A5C6C
Text Example
Text Example
White with #2A5C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5C6C; }
p { color: rgb(42,92,108); }
H1.HeaderClassName
{
color: #2A5C6C;
}
.AnyTagClassName
{
color: #2A5C6C;
}
</style>
background-color css
<style>
a { background-color: #2A5C6C; }
a { background-color: rgb(42,92,108); }
div.DivClassName
{
background-color: #2A5C6C;
}
.BgClassName
{
background-color: #2A5C6C;
}
</style>
border-color css
<style>
span { border-color: #2A5C6C; }
span { border-color: rgb(42,92,108); }
td.TdClassName
{
border-color: #2A5C6C;
}
.TagClassName
{
border-color: #2A5C6C;
}
</style>