Shades of Blumine #2D667B
Tints of Blumine #2D667B
RGB
CMYK
RGB Variations
Color information
#2D667B (or 0x2D667B) is known color: Blumine. HEX triplet: 2D, 66 and 7B. RGB value is (45,102,123). Sum of RGB (Red+Green+Blue) = 45+102+123=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D667B is #D29984. Grayscale: #575757. Windows color (decimal): -13801861 or 8087085. OLE color: 8087085.
HSL color Cylindrical-coordinate representation of color #2D667B: hue angle of 196.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D667B is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 102 | 123 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.52 |
| HSL | 196.15º | 0.46% | 0.33% | - |
| HSV(B) | 196.15º | 0.63% | 0.48% | - |
| XYZ | 9.41 | 11.49 | 20.46 | - |
| YUV | 87.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 123 | 0.63 | 0.17 | 0 | 0.52 | 196.15 | 0.46 | 0.33 |
| Hex | 2D | 66 | 7B | 3F | 11 | 0 | 34 | C4 | 2E | 21 |
| Octal | 55 | 146 | 173 | 77 | 21 | 0 | 64 | 304 | 56 | 41 |
| Binary | 101101 | 1100110 | 1111011 | 111111 | 10001 | 0 | 110100 | 11000100 | 101110 | 100001 |
Color Harmonies of #2D667B
Complementary color
Monochromatic Colors of #2D667B
Black with #2D667B
Text Example
Text Example
White with #2D667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D667B; }
p { color: rgb(45,102,123); }
H1.HeaderClassName
{
color: #2D667B;
}
.AnyTagClassName
{
color: #2D667B;
}
</style>
background-color css
<style>
a { background-color: #2D667B; }
a { background-color: rgb(45,102,123); }
div.DivClassName
{
background-color: #2D667B;
}
.BgClassName
{
background-color: #2D667B;
}
</style>
border-color css
<style>
span { border-color: #2D667B; }
span { border-color: rgb(45,102,123); }
td.TdClassName
{
border-color: #2D667B;
}
.TagClassName
{
border-color: #2D667B;
}
</style>