Shades of Pelorous #38AAB5
Tints of Pelorous #38AAB5
RGB
CMYK
RGB Variations
Color information
#38AAB5 (or 0x38AAB5) is known color: Pelorous. HEX triplet: 38, AA and B5. RGB value is (56,170,181). Sum of RGB (Red+Green+Blue) = 56+170+181=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #38AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AAB5 is #C7554A. Grayscale: #898989. Windows color (decimal): -13063499 or 11905592. OLE color: 11905592.
HSL color Cylindrical-coordinate representation of color #38AAB5: hue angle of 185.28º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38AAB5 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 170 | 181 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.29 |
| HSL | 185.28º | 0.53% | 0.46% | - |
| HSV(B) | 185.28º | 0.69% | 0.71% | - |
| XYZ | 24.35 | 32.93 | 48.79 | - |
| YUV | 137.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 181 | 0.69 | 0.06 | 0 | 0.29 | 185.28 | 0.53 | 0.46 |
| Hex | 38 | AA | B5 | 45 | 6 | 0 | 1D | B9 | 35 | 2E |
| Octal | 70 | 252 | 265 | 105 | 6 | 0 | 35 | 271 | 65 | 56 |
| Binary | 111000 | 10101010 | 10110101 | 1000101 | 110 | 0 | 11101 | 10111001 | 110101 | 101110 |
Color Harmonies of #38AAB5
Complementary color
Monochromatic Colors of #38AAB5
Black with #38AAB5
Text Example
Text Example
White with #38AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAB5; }
p { color: rgb(56,170,181); }
H1.HeaderClassName
{
color: #38AAB5;
}
.AnyTagClassName
{
color: #38AAB5;
}
</style>
background-color css
<style>
a { background-color: #38AAB5; }
a { background-color: rgb(56,170,181); }
div.DivClassName
{
background-color: #38AAB5;
}
.BgClassName
{
background-color: #38AAB5;
}
</style>
border-color css
<style>
span { border-color: #38AAB5; }
span { border-color: rgb(56,170,181); }
td.TdClassName
{
border-color: #38AAB5;
}
.TagClassName
{
border-color: #38AAB5;
}
</style>