Shades of Pelorous #2B9DCC
Tints of Pelorous #2B9DCC
RGB
CMYK
RGB Variations
Color information
#2B9DCC (or 0x2B9DCC) is known color: Pelorous. HEX triplet: 2B, 9D and CC. RGB value is (43,157,204). Sum of RGB (Red+Green+Blue) = 43+157+204=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9DCC is #D46233. Grayscale: #7F7F7F. Windows color (decimal): -13918772 or 13409579. OLE color: 13409579.
HSL color Cylindrical-coordinate representation of color #2B9DCC: hue angle of 197.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9DCC is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 157 | 204 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.2 |
| HSL | 197.52º | 0.65% | 0.48% | - |
| HSV(B) | 197.52º | 0.79% | 0.8% | - |
| XYZ | 23.95 | 28.99 | 61.46 | - |
| YUV | 128.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 204 | 0.79 | 0.23 | 0 | 0.2 | 197.52 | 0.65 | 0.48 |
| Hex | 2B | 9D | CC | 4F | 17 | 0 | 14 | C6 | 41 | 30 |
| Octal | 53 | 235 | 314 | 117 | 27 | 0 | 24 | 306 | 101 | 60 |
| Binary | 101011 | 10011101 | 11001100 | 1001111 | 10111 | 0 | 10100 | 11000110 | 1000001 | 110000 |
Color Harmonies of #2B9DCC
Complementary color
Monochromatic Colors of #2B9DCC
Black with #2B9DCC
Text Example
Text Example
White with #2B9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9DCC; }
p { color: rgb(43,157,204); }
H1.HeaderClassName
{
color: #2B9DCC;
}
.AnyTagClassName
{
color: #2B9DCC;
}
</style>
background-color css
<style>
a { background-color: #2B9DCC; }
a { background-color: rgb(43,157,204); }
div.DivClassName
{
background-color: #2B9DCC;
}
.BgClassName
{
background-color: #2B9DCC;
}
</style>
border-color css
<style>
span { border-color: #2B9DCC; }
span { border-color: rgb(43,157,204); }
td.TdClassName
{
border-color: #2B9DCC;
}
.TagClassName
{
border-color: #2B9DCC;
}
</style>