Shades of Pelorous #38A8B3
Tints of Pelorous #38A8B3
RGB
CMYK
RGB Variations
Color information
#38A8B3 (or 0x38A8B3) is known color: Pelorous. HEX triplet: 38, A8 and B3. RGB value is (56,168,179). Sum of RGB (Red+Green+Blue) = 56+168+179=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #38A8B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8B3 is #C7574C. Grayscale: #878787. Windows color (decimal): -13064013 or 11774008. OLE color: 11774008.
HSL color Cylindrical-coordinate representation of color #38A8B3: hue angle of 185.37º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A8B3 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 168 | 179 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.30 |
| HSL | 185.37º | 0.52% | 0.46% | - |
| HSV(B) | 185.37º | 0.69% | 0.7% | - |
| XYZ | 23.77 | 32.1 | 47.59 | - |
| YUV | 135.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 179 | 0.69 | 0.06 | 0 | 0.30 | 185.37 | 0.52 | 0.46 |
| Hex | 38 | A8 | B3 | 45 | 6 | 0 | 1E | B9 | 34 | 2E |
| Octal | 70 | 250 | 263 | 105 | 6 | 0 | 36 | 271 | 64 | 56 |
| Binary | 111000 | 10101000 | 10110011 | 1000101 | 110 | 0 | 11110 | 10111001 | 110100 | 101110 |
Color Harmonies of #38A8B3
Complementary color
Monochromatic Colors of #38A8B3
Black with #38A8B3
Text Example
Text Example
White with #38A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A8B3; }
p { color: rgb(56,168,179); }
H1.HeaderClassName
{
color: #38A8B3;
}
.AnyTagClassName
{
color: #38A8B3;
}
</style>
background-color css
<style>
a { background-color: #38A8B3; }
a { background-color: rgb(56,168,179); }
div.DivClassName
{
background-color: #38A8B3;
}
.BgClassName
{
background-color: #38A8B3;
}
</style>
border-color css
<style>
span { border-color: #38A8B3; }
span { border-color: rgb(56,168,179); }
td.TdClassName
{
border-color: #38A8B3;
}
.TagClassName
{
border-color: #38A8B3;
}
</style>