Shades of Curious Blue #388BCF
Tints of Curious Blue #388BCF
RGB
CMYK
RGB Variations
Color information
#388BCF (or 0x388BCF) is known color: Curious Blue. HEX triplet: 38, 8B and CF. RGB value is (56,139,207). Sum of RGB (Red+Green+Blue) = 56+139+207=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #388BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCF is #C77430. Grayscale: #797979. Windows color (decimal): -13071409 or 13601592. OLE color: 13601592.
HSL color Cylindrical-coordinate representation of color #388BCF: hue angle of 207.02º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388BCF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 139 | 207 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.19 |
| HSL | 207.02º | 0.61% | 0.52% | - |
| HSV(B) | 207.02º | 0.73% | 0.81% | - |
| XYZ | 22.13 | 23.81 | 62.46 | - |
| YUV | 121.94 | 176 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 207 | 0.73 | 0.33 | 0 | 0.19 | 207.02 | 0.61 | 0.52 |
| Hex | 38 | 8B | CF | 49 | 21 | 0 | 13 | CF | 3D | 34 |
| Octal | 70 | 213 | 317 | 111 | 41 | 0 | 23 | 317 | 75 | 64 |
| Binary | 111000 | 10001011 | 11001111 | 1001001 | 100001 | 0 | 10011 | 11001111 | 111101 | 110100 |
Color Harmonies of #388BCF
Complementary color
Monochromatic Colors of #388BCF
Black with #388BCF
Text Example
Text Example
White with #388BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BCF; }
p { color: rgb(56,139,207); }
H1.HeaderClassName
{
color: #388BCF;
}
.AnyTagClassName
{
color: #388BCF;
}
</style>
background-color css
<style>
a { background-color: #388BCF; }
a { background-color: rgb(56,139,207); }
div.DivClassName
{
background-color: #388BCF;
}
.BgClassName
{
background-color: #388BCF;
}
</style>
border-color css
<style>
span { border-color: #388BCF; }
span { border-color: rgb(56,139,207); }
td.TdClassName
{
border-color: #388BCF;
}
.TagClassName
{
border-color: #388BCF;
}
</style>