Shades of Pelorous #2B90B5
Tints of Pelorous #2B90B5
RGB
CMYK
RGB Variations
Color information
#2B90B5 (or 0x2B90B5) is known color: Pelorous. HEX triplet: 2B, 90 and B5. RGB value is (43,144,181). Sum of RGB (Red+Green+Blue) = 43+144+181=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B90B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90B5 is #D46F4A. Grayscale: #757575. Windows color (decimal): -13922123 or 11898923. OLE color: 11898923.
HSL color Cylindrical-coordinate representation of color #2B90B5: hue angle of 196.09º degrees, saturation: 0.62, 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 #2B90B5 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 144 | 181 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.29 |
| HSL | 196.09º | 0.62% | 0.44% | - |
| HSV(B) | 196.09º | 0.76% | 0.71% | - |
| XYZ | 19.31 | 23.8 | 47.29 | - |
| YUV | 118.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 181 | 0.76 | 0.20 | 0 | 0.29 | 196.09 | 0.62 | 0.44 |
| Hex | 2B | 90 | B5 | 4C | 14 | 0 | 1D | C4 | 3E | 2C |
| Octal | 53 | 220 | 265 | 114 | 24 | 0 | 35 | 304 | 76 | 54 |
| Binary | 101011 | 10010000 | 10110101 | 1001100 | 10100 | 0 | 11101 | 11000100 | 111110 | 101100 |
Color Harmonies of #2B90B5
Complementary color
Monochromatic Colors of #2B90B5
Black with #2B90B5
Text Example
Text Example
White with #2B90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B90B5; }
p { color: rgb(43,144,181); }
H1.HeaderClassName
{
color: #2B90B5;
}
.AnyTagClassName
{
color: #2B90B5;
}
</style>
background-color css
<style>
a { background-color: #2B90B5; }
a { background-color: rgb(43,144,181); }
div.DivClassName
{
background-color: #2B90B5;
}
.BgClassName
{
background-color: #2B90B5;
}
</style>
border-color css
<style>
span { border-color: #2B90B5; }
span { border-color: rgb(43,144,181); }
td.TdClassName
{
border-color: #2B90B5;
}
.TagClassName
{
border-color: #2B90B5;
}
</style>