Shades of Curious Blue #388CB7
Tints of Curious Blue #388CB7
RGB
CMYK
RGB Variations
Color information
#388CB7 (or 0x388CB7) is known color: Curious Blue. HEX triplet: 38, 8C and B7. RGB value is (56,140,183). Sum of RGB (Red+Green+Blue) = 56+140+183=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #388CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CB7 is #C77348. Grayscale: #777777. Windows color (decimal): -13071177 or 12028984. OLE color: 12028984.
HSL color Cylindrical-coordinate representation of color #388CB7: hue angle of 200.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388CB7 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 140 | 183 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.28 |
| HSL | 200.32º | 0.53% | 0.47% | - |
| HSV(B) | 200.32º | 0.69% | 0.72% | - |
| XYZ | 19.56 | 23.02 | 48.21 | - |
| YUV | 119.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 183 | 0.69 | 0.23 | 0 | 0.28 | 200.32 | 0.53 | 0.47 |
| Hex | 38 | 8C | B7 | 45 | 17 | 0 | 1C | C8 | 35 | 2F |
| Octal | 70 | 214 | 267 | 105 | 27 | 0 | 34 | 310 | 65 | 57 |
| Binary | 111000 | 10001100 | 10110111 | 1000101 | 10111 | 0 | 11100 | 11001000 | 110101 | 101111 |
Color Harmonies of #388CB7
Complementary color
Monochromatic Colors of #388CB7
Black with #388CB7
Text Example
Text Example
White with #388CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CB7; }
p { color: rgb(56,140,183); }
H1.HeaderClassName
{
color: #388CB7;
}
.AnyTagClassName
{
color: #388CB7;
}
</style>
background-color css
<style>
a { background-color: #388CB7; }
a { background-color: rgb(56,140,183); }
div.DivClassName
{
background-color: #388CB7;
}
.BgClassName
{
background-color: #388CB7;
}
</style>
border-color css
<style>
span { border-color: #388CB7; }
span { border-color: rgb(56,140,183); }
td.TdClassName
{
border-color: #388CB7;
}
.TagClassName
{
border-color: #388CB7;
}
</style>