Shades of Pelorous #2B8BB4
Tints of Pelorous #2B8BB4
RGB
CMYK
RGB Variations
Color information
#2B8BB4 (or 0x2B8BB4) is known color: Pelorous. HEX triplet: 2B, 8B and B4. RGB value is (43,139,180). Sum of RGB (Red+Green+Blue) = 43+139+180=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B8BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8BB4 is #D4744B. Grayscale: #727272. Windows color (decimal): -13923404 or 11832107. OLE color: 11832107.
HSL color Cylindrical-coordinate representation of color #2B8BB4: hue angle of 197.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B8BB4 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 139 | 180 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.29 |
| HSL | 197.96º | 0.61% | 0.44% | - |
| HSV(B) | 197.96º | 0.76% | 0.71% | - |
| XYZ | 18.47 | 22.27 | 46.51 | - |
| YUV | 114.97 | 164.7 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 180 | 0.76 | 0.23 | 0 | 0.29 | 197.96 | 0.61 | 0.44 |
| Hex | 2B | 8B | B4 | 4C | 17 | 0 | 1D | C6 | 3D | 2C |
| Octal | 53 | 213 | 264 | 114 | 27 | 0 | 35 | 306 | 75 | 54 |
| Binary | 101011 | 10001011 | 10110100 | 1001100 | 10111 | 0 | 11101 | 11000110 | 111101 | 101100 |
Color Harmonies of #2B8BB4
Complementary color
Monochromatic Colors of #2B8BB4
Black with #2B8BB4
Text Example
Text Example
White with #2B8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8BB4; }
p { color: rgb(43,139,180); }
H1.HeaderClassName
{
color: #2B8BB4;
}
.AnyTagClassName
{
color: #2B8BB4;
}
</style>
background-color css
<style>
a { background-color: #2B8BB4; }
a { background-color: rgb(43,139,180); }
div.DivClassName
{
background-color: #2B8BB4;
}
.BgClassName
{
background-color: #2B8BB4;
}
</style>
border-color css
<style>
span { border-color: #2B8BB4; }
span { border-color: rgb(43,139,180); }
td.TdClassName
{
border-color: #2B8BB4;
}
.TagClassName
{
border-color: #2B8BB4;
}
</style>