Shades of Pelorous #2A9AB3
Tints of Pelorous #2A9AB3
RGB
CMYK
RGB Variations
Color information
#2A9AB3 (or 0x2A9AB3) is known color: Pelorous. HEX triplet: 2A, 9A and B3. RGB value is (42,154,179). Sum of RGB (Red+Green+Blue) = 42+154+179=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A9AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9AB3 is #D5654C. Grayscale: #7B7B7B. Windows color (decimal): -13985101 or 11770410. OLE color: 11770410.
HSL color Cylindrical-coordinate representation of color #2A9AB3: hue angle of 190.95º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A9AB3 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 154 | 179 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.30 |
| HSL | 190.95º | 0.62% | 0.43% | - |
| HSV(B) | 190.95º | 0.77% | 0.7% | - |
| XYZ | 20.65 | 26.86 | 46.74 | - |
| YUV | 123.36 | 159.39 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 179 | 0.77 | 0.14 | 0 | 0.30 | 190.95 | 0.62 | 0.43 |
| Hex | 2A | 9A | B3 | 4D | E | 0 | 1E | BF | 3E | 2B |
| Octal | 52 | 232 | 263 | 115 | 16 | 0 | 36 | 277 | 76 | 53 |
| Binary | 101010 | 10011010 | 10110011 | 1001101 | 1110 | 0 | 11110 | 10111111 | 111110 | 101011 |
Color Harmonies of #2A9AB3
Complementary color
Monochromatic Colors of #2A9AB3
Black with #2A9AB3
Text Example
Text Example
White with #2A9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9AB3; }
p { color: rgb(42,154,179); }
H1.HeaderClassName
{
color: #2A9AB3;
}
.AnyTagClassName
{
color: #2A9AB3;
}
</style>
background-color css
<style>
a { background-color: #2A9AB3; }
a { background-color: rgb(42,154,179); }
div.DivClassName
{
background-color: #2A9AB3;
}
.BgClassName
{
background-color: #2A9AB3;
}
</style>
border-color css
<style>
span { border-color: #2A9AB3; }
span { border-color: rgb(42,154,179); }
td.TdClassName
{
border-color: #2A9AB3;
}
.TagClassName
{
border-color: #2A9AB3;
}
</style>