Shades of Pelorous #3AA2B6
Tints of Pelorous #3AA2B6
RGB
CMYK
RGB Variations
Color information
#3AA2B6 (or 0x3AA2B6) is known color: Pelorous. HEX triplet: 3A, A2 and B6. RGB value is (58,162,182). Sum of RGB (Red+Green+Blue) = 58+162+182=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #3AA2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA2B6 is #C55D49. Grayscale: #858585. Windows color (decimal): -12934474 or 11969082. OLE color: 11969082.
HSL color Cylindrical-coordinate representation of color #3AA2B6: hue angle of 189.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA2B6 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 162 | 182 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.29 |
| HSL | 189.68º | 0.52% | 0.47% | - |
| HSV(B) | 189.68º | 0.68% | 0.71% | - |
| XYZ | 23.11 | 30.12 | 48.85 | - |
| YUV | 133.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 182 | 0.68 | 0.11 | 0 | 0.29 | 189.68 | 0.52 | 0.47 |
| Hex | 3A | A2 | B6 | 44 | B | 0 | 1D | BE | 34 | 2F |
| Octal | 72 | 242 | 266 | 104 | 13 | 0 | 35 | 276 | 64 | 57 |
| Binary | 111010 | 10100010 | 10110110 | 1000100 | 1011 | 0 | 11101 | 10111110 | 110100 | 101111 |
Color Harmonies of #3AA2B6
Complementary color
Monochromatic Colors of #3AA2B6
Black with #3AA2B6
Text Example
Text Example
White with #3AA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA2B6; }
p { color: rgb(58,162,182); }
H1.HeaderClassName
{
color: #3AA2B6;
}
.AnyTagClassName
{
color: #3AA2B6;
}
</style>
background-color css
<style>
a { background-color: #3AA2B6; }
a { background-color: rgb(58,162,182); }
div.DivClassName
{
background-color: #3AA2B6;
}
.BgClassName
{
background-color: #3AA2B6;
}
</style>
border-color css
<style>
span { border-color: #3AA2B6; }
span { border-color: rgb(58,162,182); }
td.TdClassName
{
border-color: #3AA2B6;
}
.TagClassName
{
border-color: #3AA2B6;
}
</style>