Shades of Pelorous #2A99BE
Tints of Pelorous #2A99BE
RGB
CMYK
RGB Variations
Color information
#2A99BE (or 0x2A99BE) is known color: Pelorous. HEX triplet: 2A, 99 and BE. RGB value is (42,153,190). Sum of RGB (Red+Green+Blue) = 42+153+190=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A99BE is #D56641. Grayscale: #7B7B7B. Windows color (decimal): -13985346 or 12491050. OLE color: 12491050.
HSL color Cylindrical-coordinate representation of color #2A99BE: hue angle of 195º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A99BE is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 153 | 190 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.25 |
| HSL | 195º | 0.64% | 0.45% | - |
| HSV(B) | 195º | 0.78% | 0.75% | - |
| XYZ | 21.64 | 26.99 | 52.78 | - |
| YUV | 124.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 190 | 0.78 | 0.19 | 0 | 0.25 | 195 | 0.64 | 0.45 |
| Hex | 2A | 99 | BE | 4E | 13 | 0 | 19 | C3 | 40 | 2D |
| Octal | 52 | 231 | 276 | 116 | 23 | 0 | 31 | 303 | 100 | 55 |
| Binary | 101010 | 10011001 | 10111110 | 1001110 | 10011 | 0 | 11001 | 11000011 | 1000000 | 101101 |
Color Harmonies of #2A99BE
Complementary color
Monochromatic Colors of #2A99BE
Black with #2A99BE
Text Example
Text Example
White with #2A99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A99BE; }
p { color: rgb(42,153,190); }
H1.HeaderClassName
{
color: #2A99BE;
}
.AnyTagClassName
{
color: #2A99BE;
}
</style>
background-color css
<style>
a { background-color: #2A99BE; }
a { background-color: rgb(42,153,190); }
div.DivClassName
{
background-color: #2A99BE;
}
.BgClassName
{
background-color: #2A99BE;
}
</style>
border-color css
<style>
span { border-color: #2A99BE; }
span { border-color: rgb(42,153,190); }
td.TdClassName
{
border-color: #2A99BE;
}
.TagClassName
{
border-color: #2A99BE;
}
</style>