Shades of Pelorous #38A3AB
Tints of Pelorous #38A3AB
RGB
CMYK
RGB Variations
Color information
#38A3AB (or 0x38A3AB) is known color: Pelorous. HEX triplet: 38, A3 and AB. RGB value is (56,163,171). Sum of RGB (Red+Green+Blue) = 56+163+171=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A3AB is #C75C54. Grayscale: #838383. Windows color (decimal): -13065301 or 11248440. OLE color: 11248440.
HSL color Cylindrical-coordinate representation of color #38A3AB: hue angle of 184.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A3AB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 163 | 171 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.33 |
| HSL | 184.17º | 0.51% | 0.45% | - |
| HSV(B) | 184.17º | 0.67% | 0.67% | - |
| XYZ | 22.08 | 29.98 | 43.15 | - |
| YUV | 131.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 171 | 0.67 | 0.05 | 0 | 0.33 | 184.17 | 0.51 | 0.45 |
| Hex | 38 | A3 | AB | 43 | 5 | 0 | 21 | B8 | 33 | 2D |
| Octal | 70 | 243 | 253 | 103 | 5 | 0 | 41 | 270 | 63 | 55 |
| Binary | 111000 | 10100011 | 10101011 | 1000011 | 101 | 0 | 100001 | 10111000 | 110011 | 101101 |
Color Harmonies of #38A3AB
Complementary color
Monochromatic Colors of #38A3AB
Black with #38A3AB
Text Example
Text Example
White with #38A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A3AB; }
p { color: rgb(56,163,171); }
H1.HeaderClassName
{
color: #38A3AB;
}
.AnyTagClassName
{
color: #38A3AB;
}
</style>
background-color css
<style>
a { background-color: #38A3AB; }
a { background-color: rgb(56,163,171); }
div.DivClassName
{
background-color: #38A3AB;
}
.BgClassName
{
background-color: #38A3AB;
}
</style>
border-color css
<style>
span { border-color: #38A3AB; }
span { border-color: rgb(56,163,171); }
td.TdClassName
{
border-color: #38A3AB;
}
.TagClassName
{
border-color: #38A3AB;
}
</style>