Shades of Pelorous #38A6BD
Tints of Pelorous #38A6BD
RGB
CMYK
RGB Variations
Color information
#38A6BD (or 0x38A6BD) is known color: Pelorous. HEX triplet: 38, A6 and BD. RGB value is (56,166,189). Sum of RGB (Red+Green+Blue) = 56+166+189=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #38A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A6BD is #C75942. Grayscale: #878787. Windows color (decimal): -13064515 or 12428856. OLE color: 12428856.
HSL color Cylindrical-coordinate representation of color #38A6BD: hue angle of 190.38º 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 #38A6BD is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 166 | 189 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.26 |
| HSL | 190.38º | 0.54% | 0.48% | - |
| HSV(B) | 190.38º | 0.7% | 0.74% | - |
| XYZ | 24.45 | 31.79 | 52.99 | - |
| YUV | 135.73 | 158.06 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 189 | 0.70 | 0.12 | 0 | 0.26 | 190.38 | 0.54 | 0.48 |
| Hex | 38 | A6 | BD | 46 | C | 0 | 1A | BE | 36 | 30 |
| Octal | 70 | 246 | 275 | 106 | 14 | 0 | 32 | 276 | 66 | 60 |
| Binary | 111000 | 10100110 | 10111101 | 1000110 | 1100 | 0 | 11010 | 10111110 | 110110 | 110000 |
Color Harmonies of #38A6BD
Complementary color
Monochromatic Colors of #38A6BD
Black with #38A6BD
Text Example
Text Example
White with #38A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A6BD; }
p { color: rgb(56,166,189); }
H1.HeaderClassName
{
color: #38A6BD;
}
.AnyTagClassName
{
color: #38A6BD;
}
</style>
background-color css
<style>
a { background-color: #38A6BD; }
a { background-color: rgb(56,166,189); }
div.DivClassName
{
background-color: #38A6BD;
}
.BgClassName
{
background-color: #38A6BD;
}
</style>
border-color css
<style>
span { border-color: #38A6BD; }
span { border-color: rgb(56,166,189); }
td.TdClassName
{
border-color: #38A6BD;
}
.TagClassName
{
border-color: #38A6BD;
}
</style>