Shades of Curious Blue #388FCE
Tints of Curious Blue #388FCE
RGB
CMYK
RGB Variations
Color information
#388FCE (or 0x388FCE) is known color: Curious Blue. HEX triplet: 38, 8F and CE. RGB value is (56,143,206). Sum of RGB (Red+Green+Blue) = 56+143+206=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #388FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FCE is #C77031. Grayscale: #7B7B7B. Windows color (decimal): -13070386 or 13537080. OLE color: 13537080.
HSL color Cylindrical-coordinate representation of color #388FCE: hue angle of 205.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388FCE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 143 | 206 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.19 |
| HSL | 205.2º | 0.6% | 0.51% | - |
| HSV(B) | 205.2º | 0.73% | 0.81% | - |
| XYZ | 22.59 | 24.94 | 62.02 | - |
| YUV | 124.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 206 | 0.73 | 0.31 | 0 | 0.19 | 205.2 | 0.6 | 0.51 |
| Hex | 38 | 8F | CE | 49 | 1F | 0 | 13 | CD | 3C | 33 |
| Octal | 70 | 217 | 316 | 111 | 37 | 0 | 23 | 315 | 74 | 63 |
| Binary | 111000 | 10001111 | 11001110 | 1001001 | 11111 | 0 | 10011 | 11001101 | 111100 | 110011 |
Color Harmonies of #388FCE
Complementary color
Monochromatic Colors of #388FCE
Black with #388FCE
Text Example
Text Example
White with #388FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FCE; }
p { color: rgb(56,143,206); }
H1.HeaderClassName
{
color: #388FCE;
}
.AnyTagClassName
{
color: #388FCE;
}
</style>
background-color css
<style>
a { background-color: #388FCE; }
a { background-color: rgb(56,143,206); }
div.DivClassName
{
background-color: #388FCE;
}
.BgClassName
{
background-color: #388FCE;
}
</style>
border-color css
<style>
span { border-color: #388FCE; }
span { border-color: rgb(56,143,206); }
td.TdClassName
{
border-color: #388FCE;
}
.TagClassName
{
border-color: #388FCE;
}
</style>