Shades of Curious Blue #388FCD
Tints of Curious Blue #388FCD
RGB
CMYK
RGB Variations
Color information
#388FCD (or 0x388FCD) is known color: Curious Blue. HEX triplet: 38, 8F and CD. RGB value is (56,143,205). Sum of RGB (Red+Green+Blue) = 56+143+205=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #388FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FCD is #C77032. Grayscale: #7B7B7B. Windows color (decimal): -13070387 or 13471544. OLE color: 13471544.
HSL color Cylindrical-coordinate representation of color #388FCD: hue angle of 204.97º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388FCD is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 143 | 205 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.20 |
| HSL | 204.97º | 0.6% | 0.51% | - |
| HSV(B) | 204.97º | 0.73% | 0.8% | - |
| XYZ | 22.47 | 24.89 | 61.38 | - |
| YUV | 124.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 205 | 0.73 | 0.30 | 0 | 0.20 | 204.97 | 0.6 | 0.51 |
| Hex | 38 | 8F | CD | 49 | 1E | 0 | 14 | CD | 3C | 33 |
| Octal | 70 | 217 | 315 | 111 | 36 | 0 | 24 | 315 | 74 | 63 |
| Binary | 111000 | 10001111 | 11001101 | 1001001 | 11110 | 0 | 10100 | 11001101 | 111100 | 110011 |
Color Harmonies of #388FCD
Complementary color
Monochromatic Colors of #388FCD
Black with #388FCD
Text Example
Text Example
White with #388FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FCD; }
p { color: rgb(56,143,205); }
H1.HeaderClassName
{
color: #388FCD;
}
.AnyTagClassName
{
color: #388FCD;
}
</style>
background-color css
<style>
a { background-color: #388FCD; }
a { background-color: rgb(56,143,205); }
div.DivClassName
{
background-color: #388FCD;
}
.BgClassName
{
background-color: #388FCD;
}
</style>
border-color css
<style>
span { border-color: #388FCD; }
span { border-color: rgb(56,143,205); }
td.TdClassName
{
border-color: #388FCD;
}
.TagClassName
{
border-color: #388FCD;
}
</style>