Shades of Blumine #2D5A68
Tints of Blumine #2D5A68
RGB
CMYK
RGB Variations
Color information
#2D5A68 (or 0x2D5A68) is known color: Blumine. HEX triplet: 2D, 5A and 68. RGB value is (45,90,104). Sum of RGB (Red+Green+Blue) = 45+90+104=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5A68 is #D2A597. Grayscale: #4E4E4E. Windows color (decimal): -13804952 or 6838829. OLE color: 6838829.
HSL color Cylindrical-coordinate representation of color #2D5A68: hue angle of 194.24º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5A68 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 90 | 104 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.59 |
| HSL | 194.24º | 0.4% | 0.29% | - |
| HSV(B) | 194.24º | 0.57% | 0.41% | - |
| XYZ | 7.24 | 8.87 | 14.43 | - |
| YUV | 78.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 104 | 0.57 | 0.13 | 0 | 0.59 | 194.24 | 0.4 | 0.29 |
| Hex | 2D | 5A | 68 | 39 | D | 0 | 3B | C2 | 28 | 1D |
| Octal | 55 | 132 | 150 | 71 | 15 | 0 | 73 | 302 | 50 | 35 |
| Binary | 101101 | 1011010 | 1101000 | 111001 | 1101 | 0 | 111011 | 11000010 | 101000 | 11101 |
Color Harmonies of #2D5A68
Complementary color
Monochromatic Colors of #2D5A68
Black with #2D5A68
Text Example
Text Example
White with #2D5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A68; }
p { color: rgb(45,90,104); }
H1.HeaderClassName
{
color: #2D5A68;
}
.AnyTagClassName
{
color: #2D5A68;
}
</style>
background-color css
<style>
a { background-color: #2D5A68; }
a { background-color: rgb(45,90,104); }
div.DivClassName
{
background-color: #2D5A68;
}
.BgClassName
{
background-color: #2D5A68;
}
</style>
border-color css
<style>
span { border-color: #2D5A68; }
span { border-color: rgb(45,90,104); }
td.TdClassName
{
border-color: #2D5A68;
}
.TagClassName
{
border-color: #2D5A68;
}
</style>