Shades of Pelorous #2B93AD
Tints of Pelorous #2B93AD
RGB
CMYK
RGB Variations
Color information
#2B93AD (or 0x2B93AD) is known color: Pelorous. HEX triplet: 2B, 93 and AD. RGB value is (43,147,173). Sum of RGB (Red+Green+Blue) = 43+147+173=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B93AD is #D46C52. Grayscale: #767676. Windows color (decimal): -13921363 or 11375403. OLE color: 11375403.
HSL color Cylindrical-coordinate representation of color #2B93AD: hue angle of 192º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B93AD is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 147 | 173 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.32 |
| HSL | 192º | 0.6% | 0.42% | - |
| HSV(B) | 192º | 0.75% | 0.68% | - |
| XYZ | 18.97 | 24.4 | 43.24 | - |
| YUV | 118.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 173 | 0.75 | 0.15 | 0 | 0.32 | 192 | 0.6 | 0.42 |
| Hex | 2B | 93 | AD | 4B | F | 0 | 20 | C0 | 3C | 2A |
| Octal | 53 | 223 | 255 | 113 | 17 | 0 | 40 | 300 | 74 | 52 |
| Binary | 101011 | 10010011 | 10101101 | 1001011 | 1111 | 0 | 100000 | 11000000 | 111100 | 101010 |
Color Harmonies of #2B93AD
Complementary color
Monochromatic Colors of #2B93AD
Black with #2B93AD
Text Example
Text Example
White with #2B93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B93AD; }
p { color: rgb(43,147,173); }
H1.HeaderClassName
{
color: #2B93AD;
}
.AnyTagClassName
{
color: #2B93AD;
}
</style>
background-color css
<style>
a { background-color: #2B93AD; }
a { background-color: rgb(43,147,173); }
div.DivClassName
{
background-color: #2B93AD;
}
.BgClassName
{
background-color: #2B93AD;
}
</style>
border-color css
<style>
span { border-color: #2B93AD; }
span { border-color: rgb(43,147,173); }
td.TdClassName
{
border-color: #2B93AD;
}
.TagClassName
{
border-color: #2B93AD;
}
</style>