Shades of Curious Blue #388FC8
Tints of Curious Blue #388FC8
RGB
CMYK
RGB Variations
Color information
#388FC8 (or 0x388FC8) is known color: Curious Blue. HEX triplet: 38, 8F and C8. RGB value is (56,143,200). Sum of RGB (Red+Green+Blue) = 56+143+200=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #388FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FC8 is #C77037. Grayscale: #7B7B7B. Windows color (decimal): -13070392 or 13143864. OLE color: 13143864.
HSL color Cylindrical-coordinate representation of color #388FC8: hue angle of 203.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388FC8 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 143 | 200 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.22 |
| HSL | 203.75º | 0.57% | 0.5% | - |
| HSV(B) | 203.75º | 0.72% | 0.78% | - |
| XYZ | 21.88 | 24.66 | 58.25 | - |
| YUV | 123.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 200 | 0.72 | 0.28 | 0 | 0.22 | 203.75 | 0.57 | 0.5 |
| Hex | 38 | 8F | C8 | 48 | 1C | 0 | 16 | CC | 39 | 32 |
| Octal | 70 | 217 | 310 | 110 | 34 | 0 | 26 | 314 | 71 | 62 |
| Binary | 111000 | 10001111 | 11001000 | 1001000 | 11100 | 0 | 10110 | 11001100 | 111001 | 110010 |
Color Harmonies of #388FC8
Complementary color
Monochromatic Colors of #388FC8
Black with #388FC8
Text Example
Text Example
White with #388FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FC8; }
p { color: rgb(56,143,200); }
H1.HeaderClassName
{
color: #388FC8;
}
.AnyTagClassName
{
color: #388FC8;
}
</style>
background-color css
<style>
a { background-color: #388FC8; }
a { background-color: rgb(56,143,200); }
div.DivClassName
{
background-color: #388FC8;
}
.BgClassName
{
background-color: #388FC8;
}
</style>
border-color css
<style>
span { border-color: #388FC8; }
span { border-color: rgb(56,143,200); }
td.TdClassName
{
border-color: #388FC8;
}
.TagClassName
{
border-color: #388FC8;
}
</style>