Shades of Pelorous #38A0B0
Tints of Pelorous #38A0B0
RGB
CMYK
RGB Variations
Color information
#38A0B0 (or 0x38A0B0) is known color: Pelorous. HEX triplet: 38, A0 and B0. RGB value is (56,160,176). Sum of RGB (Red+Green+Blue) = 56+160+176=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #38A0B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A0B0 is #C75F4F. Grayscale: #828282. Windows color (decimal): -13066064 or 11575352. OLE color: 11575352.
HSL color Cylindrical-coordinate representation of color #38A0B0: hue angle of 188º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A0B0 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 160 | 176 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.31 |
| HSL | 188º | 0.52% | 0.45% | - |
| HSV(B) | 188º | 0.68% | 0.69% | - |
| XYZ | 22.04 | 29.12 | 45.53 | - |
| YUV | 130.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 176 | 0.68 | 0.09 | 0 | 0.31 | 188 | 0.52 | 0.45 |
| Hex | 38 | A0 | B0 | 44 | 9 | 0 | 1F | BC | 34 | 2D |
| Octal | 70 | 240 | 260 | 104 | 11 | 0 | 37 | 274 | 64 | 55 |
| Binary | 111000 | 10100000 | 10110000 | 1000100 | 1001 | 0 | 11111 | 10111100 | 110100 | 101101 |
Color Harmonies of #38A0B0
Complementary color
Monochromatic Colors of #38A0B0
Black with #38A0B0
Text Example
Text Example
White with #38A0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A0B0; }
p { color: rgb(56,160,176); }
H1.HeaderClassName
{
color: #38A0B0;
}
.AnyTagClassName
{
color: #38A0B0;
}
</style>
background-color css
<style>
a { background-color: #38A0B0; }
a { background-color: rgb(56,160,176); }
div.DivClassName
{
background-color: #38A0B0;
}
.BgClassName
{
background-color: #38A0B0;
}
</style>
border-color css
<style>
span { border-color: #38A0B0; }
span { border-color: rgb(56,160,176); }
td.TdClassName
{
border-color: #38A0B0;
}
.TagClassName
{
border-color: #38A0B0;
}
</style>