Shades of Pelorous #2E9CCB
Tints of Pelorous #2E9CCB
RGB
CMYK
RGB Variations
Color information
#2E9CCB (or 0x2E9CCB) is known color: Pelorous. HEX triplet: 2E, 9C and CB. RGB value is (46,156,203). Sum of RGB (Red+Green+Blue) = 46+156+203=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E9CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CCB is #D16334. Grayscale: #808080. Windows color (decimal): -13722421 or 13343790. OLE color: 13343790.
HSL color Cylindrical-coordinate representation of color #2E9CCB: hue angle of 197.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E9CCB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 156 | 203 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.20 |
| HSL | 197.96º | 0.63% | 0.49% | - |
| HSV(B) | 197.96º | 0.77% | 0.8% | - |
| XYZ | 23.79 | 28.67 | 60.78 | - |
| YUV | 128.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 203 | 0.77 | 0.23 | 0 | 0.20 | 197.96 | 0.63 | 0.49 |
| Hex | 2E | 9C | CB | 4D | 17 | 0 | 14 | C6 | 3F | 31 |
| Octal | 56 | 234 | 313 | 115 | 27 | 0 | 24 | 306 | 77 | 61 |
| Binary | 101110 | 10011100 | 11001011 | 1001101 | 10111 | 0 | 10100 | 11000110 | 111111 | 110001 |
Color Harmonies of #2E9CCB
Complementary color
Monochromatic Colors of #2E9CCB
Black with #2E9CCB
Text Example
Text Example
White with #2E9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CCB; }
p { color: rgb(46,156,203); }
H1.HeaderClassName
{
color: #2E9CCB;
}
.AnyTagClassName
{
color: #2E9CCB;
}
</style>
background-color css
<style>
a { background-color: #2E9CCB; }
a { background-color: rgb(46,156,203); }
div.DivClassName
{
background-color: #2E9CCB;
}
.BgClassName
{
background-color: #2E9CCB;
}
</style>
border-color css
<style>
span { border-color: #2E9CCB; }
span { border-color: rgb(46,156,203); }
td.TdClassName
{
border-color: #2E9CCB;
}
.TagClassName
{
border-color: #2E9CCB;
}
</style>