Shades of Pelorous #2A94AF
Tints of Pelorous #2A94AF
RGB
CMYK
RGB Variations
Color information
#2A94AF (or 0x2A94AF) is known color: Pelorous. HEX triplet: 2A, 94 and AF. RGB value is (42,148,175). Sum of RGB (Red+Green+Blue) = 42+148+175=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A94AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A94AF is #D56B50. Grayscale: #777777. Windows color (decimal): -13986641 or 11506730. OLE color: 11506730.
HSL color Cylindrical-coordinate representation of color #2A94AF: hue angle of 192.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A94AF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 148 | 175 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.31 |
| HSL | 192.18º | 0.61% | 0.43% | - |
| HSV(B) | 192.18º | 0.76% | 0.69% | - |
| XYZ | 19.28 | 24.77 | 44.32 | - |
| YUV | 119.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 175 | 0.76 | 0.15 | 0 | 0.31 | 192.18 | 0.61 | 0.43 |
| Hex | 2A | 94 | AF | 4C | F | 0 | 1F | C0 | 3D | 2B |
| Octal | 52 | 224 | 257 | 114 | 17 | 0 | 37 | 300 | 75 | 53 |
| Binary | 101010 | 10010100 | 10101111 | 1001100 | 1111 | 0 | 11111 | 11000000 | 111101 | 101011 |
Color Harmonies of #2A94AF
Complementary color
Monochromatic Colors of #2A94AF
Black with #2A94AF
Text Example
Text Example
White with #2A94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A94AF; }
p { color: rgb(42,148,175); }
H1.HeaderClassName
{
color: #2A94AF;
}
.AnyTagClassName
{
color: #2A94AF;
}
</style>
background-color css
<style>
a { background-color: #2A94AF; }
a { background-color: rgb(42,148,175); }
div.DivClassName
{
background-color: #2A94AF;
}
.BgClassName
{
background-color: #2A94AF;
}
</style>
border-color css
<style>
span { border-color: #2A94AF; }
span { border-color: rgb(42,148,175); }
td.TdClassName
{
border-color: #2A94AF;
}
.TagClassName
{
border-color: #2A94AF;
}
</style>