Shades of Pelorous #2A94BE
Tints of Pelorous #2A94BE
RGB
CMYK
RGB Variations
Color information
#2A94BE (or 0x2A94BE) is known color: Pelorous. HEX triplet: 2A, 94 and BE. RGB value is (42,148,190). Sum of RGB (Red+Green+Blue) = 42+148+190=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A94BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A94BE is #D56B41. Grayscale: #787878. Windows color (decimal): -13986626 or 12489770. OLE color: 12489770.
HSL color Cylindrical-coordinate representation of color #2A94BE: hue angle of 197.03º 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 #2A94BE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 148 | 190 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.25 |
| HSL | 197.03º | 0.64% | 0.45% | - |
| HSV(B) | 197.03º | 0.78% | 0.75% | - |
| XYZ | 20.84 | 25.39 | 52.52 | - |
| YUV | 121.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 190 | 0.78 | 0.22 | 0 | 0.25 | 197.03 | 0.64 | 0.45 |
| Hex | 2A | 94 | BE | 4E | 16 | 0 | 19 | C5 | 40 | 2D |
| Octal | 52 | 224 | 276 | 116 | 26 | 0 | 31 | 305 | 100 | 55 |
| Binary | 101010 | 10010100 | 10111110 | 1001110 | 10110 | 0 | 11001 | 11000101 | 1000000 | 101101 |
Color Harmonies of #2A94BE
Complementary color
Monochromatic Colors of #2A94BE
Black with #2A94BE
Text Example
Text Example
White with #2A94BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A94BE; }
p { color: rgb(42,148,190); }
H1.HeaderClassName
{
color: #2A94BE;
}
.AnyTagClassName
{
color: #2A94BE;
}
</style>
background-color css
<style>
a { background-color: #2A94BE; }
a { background-color: rgb(42,148,190); }
div.DivClassName
{
background-color: #2A94BE;
}
.BgClassName
{
background-color: #2A94BE;
}
</style>
border-color css
<style>
span { border-color: #2A94BE; }
span { border-color: rgb(42,148,190); }
td.TdClassName
{
border-color: #2A94BE;
}
.TagClassName
{
border-color: #2A94BE;
}
</style>