Shades of Pelorous #38A8B5
Tints of Pelorous #38A8B5
RGB
CMYK
RGB Variations
Color information
#38A8B5 (or 0x38A8B5) is known color: Pelorous. HEX triplet: 38, A8 and B5. RGB value is (56,168,181). Sum of RGB (Red+Green+Blue) = 56+168+181=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #38A8B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8B5 is #C7574A. Grayscale: #878787. Windows color (decimal): -13064011 or 11905080. OLE color: 11905080.
HSL color Cylindrical-coordinate representation of color #38A8B5: hue angle of 186.24º 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 #38A8B5 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 168 | 181 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.29 |
| HSL | 186.24º | 0.53% | 0.46% | - |
| HSV(B) | 186.24º | 0.69% | 0.71% | - |
| XYZ | 23.97 | 32.18 | 48.66 | - |
| YUV | 135.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 181 | 0.69 | 0.07 | 0 | 0.29 | 186.24 | 0.53 | 0.46 |
| Hex | 38 | A8 | B5 | 45 | 7 | 0 | 1D | BA | 35 | 2E |
| Octal | 70 | 250 | 265 | 105 | 7 | 0 | 35 | 272 | 65 | 56 |
| Binary | 111000 | 10101000 | 10110101 | 1000101 | 111 | 0 | 11101 | 10111010 | 110101 | 101110 |
Color Harmonies of #38A8B5
Complementary color
Monochromatic Colors of #38A8B5
Black with #38A8B5
Text Example
Text Example
White with #38A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8B5; }
p { color: rgb(56,168,181); }
H1.HeaderClassName
{
color: #38A8B5;
}
.AnyTagClassName
{
color: #38A8B5;
}
</style>
background-color css
<style>
a { background-color: #38A8B5; }
a { background-color: rgb(56,168,181); }
div.DivClassName
{
background-color: #38A8B5;
}
.BgClassName
{
background-color: #38A8B5;
}
</style>
border-color css
<style>
span { border-color: #38A8B5; }
span { border-color: rgb(56,168,181); }
td.TdClassName
{
border-color: #38A8B5;
}
.TagClassName
{
border-color: #38A8B5;
}
</style>