Shades of Pelorous #2D97BE
Tints of Pelorous #2D97BE
RGB
CMYK
RGB Variations
Color information
#2D97BE (or 0x2D97BE) is known color: Pelorous. HEX triplet: 2D, 97 and BE. RGB value is (45,151,190). Sum of RGB (Red+Green+Blue) = 45+151+190=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D97BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D97BE is #D26841. Grayscale: #7B7B7B. Windows color (decimal): -13789250 or 12490541. OLE color: 12490541.
HSL color Cylindrical-coordinate representation of color #2D97BE: hue angle of 196.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D97BE is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 151 | 190 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.25 |
| HSL | 196.14º | 0.62% | 0.46% | - |
| HSV(B) | 196.14º | 0.76% | 0.75% | - |
| XYZ | 21.44 | 26.41 | 52.68 | - |
| YUV | 123.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 190 | 0.76 | 0.21 | 0 | 0.25 | 196.14 | 0.62 | 0.46 |
| Hex | 2D | 97 | BE | 4C | 15 | 0 | 19 | C4 | 3E | 2E |
| Octal | 55 | 227 | 276 | 114 | 25 | 0 | 31 | 304 | 76 | 56 |
| Binary | 101101 | 10010111 | 10111110 | 1001100 | 10101 | 0 | 11001 | 11000100 | 111110 | 101110 |
Color Harmonies of #2D97BE
Complementary color
Monochromatic Colors of #2D97BE
Black with #2D97BE
Text Example
Text Example
White with #2D97BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D97BE; }
p { color: rgb(45,151,190); }
H1.HeaderClassName
{
color: #2D97BE;
}
.AnyTagClassName
{
color: #2D97BE;
}
</style>
background-color css
<style>
a { background-color: #2D97BE; }
a { background-color: rgb(45,151,190); }
div.DivClassName
{
background-color: #2D97BE;
}
.BgClassName
{
background-color: #2D97BE;
}
</style>
border-color css
<style>
span { border-color: #2D97BE; }
span { border-color: rgb(45,151,190); }
td.TdClassName
{
border-color: #2D97BE;
}
.TagClassName
{
border-color: #2D97BE;
}
</style>