Shades of Pelorous #38A3BC
Tints of Pelorous #38A3BC
RGB
CMYK
RGB Variations
Color information
#38A3BC (or 0x38A3BC) is known color: Pelorous. HEX triplet: 38, A3 and BC. RGB value is (56,163,188). Sum of RGB (Red+Green+Blue) = 56+163+188=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #38A3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A3BC is #C75C43. Grayscale: #858585. Windows color (decimal): -13065284 or 12362552. OLE color: 12362552.
HSL color Cylindrical-coordinate representation of color #38A3BC: hue angle of 191.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38A3BC is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 163 | 188 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.26 |
| HSL | 191.36º | 0.54% | 0.48% | - |
| HSV(B) | 191.36º | 0.7% | 0.74% | - |
| XYZ | 23.81 | 30.67 | 52.24 | - |
| YUV | 133.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 188 | 0.70 | 0.13 | 0 | 0.26 | 191.36 | 0.54 | 0.48 |
| Hex | 38 | A3 | BC | 46 | D | 0 | 1A | BF | 36 | 30 |
| Octal | 70 | 243 | 274 | 106 | 15 | 0 | 32 | 277 | 66 | 60 |
| Binary | 111000 | 10100011 | 10111100 | 1000110 | 1101 | 0 | 11010 | 10111111 | 110110 | 110000 |
Color Harmonies of #38A3BC
Complementary color
Monochromatic Colors of #38A3BC
Black with #38A3BC
Text Example
Text Example
White with #38A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A3BC; }
p { color: rgb(56,163,188); }
H1.HeaderClassName
{
color: #38A3BC;
}
.AnyTagClassName
{
color: #38A3BC;
}
</style>
background-color css
<style>
a { background-color: #38A3BC; }
a { background-color: rgb(56,163,188); }
div.DivClassName
{
background-color: #38A3BC;
}
.BgClassName
{
background-color: #38A3BC;
}
</style>
border-color css
<style>
span { border-color: #38A3BC; }
span { border-color: rgb(56,163,188); }
td.TdClassName
{
border-color: #38A3BC;
}
.TagClassName
{
border-color: #38A3BC;
}
</style>