Shades of Curious Blue #388FB8
Tints of Curious Blue #388FB8
RGB
CMYK
RGB Variations
Color information
#388FB8 (or 0x388FB8) is known color: Curious Blue. HEX triplet: 38, 8F and B8. RGB value is (56,143,184). Sum of RGB (Red+Green+Blue) = 56+143+184=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #388FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FB8 is #C77047. Grayscale: #797979. Windows color (decimal): -13070408 or 12095288. OLE color: 12095288.
HSL color Cylindrical-coordinate representation of color #388FB8: hue angle of 199.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388FB8 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 143 | 184 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.28 |
| HSL | 199.22º | 0.53% | 0.47% | - |
| HSV(B) | 199.22º | 0.7% | 0.72% | - |
| XYZ | 20.11 | 23.95 | 48.91 | - |
| YUV | 121.66 | 163.18 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 184 | 0.70 | 0.22 | 0 | 0.28 | 199.22 | 0.53 | 0.47 |
| Hex | 38 | 8F | B8 | 46 | 16 | 0 | 1C | C7 | 35 | 2F |
| Octal | 70 | 217 | 270 | 106 | 26 | 0 | 34 | 307 | 65 | 57 |
| Binary | 111000 | 10001111 | 10111000 | 1000110 | 10110 | 0 | 11100 | 11000111 | 110101 | 101111 |
Color Harmonies of #388FB8
Complementary color
Monochromatic Colors of #388FB8
Black with #388FB8
Text Example
Text Example
White with #388FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FB8; }
p { color: rgb(56,143,184); }
H1.HeaderClassName
{
color: #388FB8;
}
.AnyTagClassName
{
color: #388FB8;
}
</style>
background-color css
<style>
a { background-color: #388FB8; }
a { background-color: rgb(56,143,184); }
div.DivClassName
{
background-color: #388FB8;
}
.BgClassName
{
background-color: #388FB8;
}
</style>
border-color css
<style>
span { border-color: #388FB8; }
span { border-color: rgb(56,143,184); }
td.TdClassName
{
border-color: #388FB8;
}
.TagClassName
{
border-color: #388FB8;
}
</style>