Shades of Curious Blue #388ECB
Tints of Curious Blue #388ECB
RGB
CMYK
RGB Variations
Color information
#388ECB (or 0x388ECB) is known color: Curious Blue. HEX triplet: 38, 8E and CB. RGB value is (56,142,203). Sum of RGB (Red+Green+Blue) = 56+142+203=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #388ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ECB is #C77134. Grayscale: #7A7A7A. Windows color (decimal): -13070645 or 13340216. OLE color: 13340216.
HSL color Cylindrical-coordinate representation of color #388ECB: hue angle of 204.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388ECB is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 142 | 203 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.20 |
| HSL | 204.9º | 0.59% | 0.51% | - |
| HSV(B) | 204.9º | 0.72% | 0.8% | - |
| XYZ | 22.08 | 24.5 | 60.06 | - |
| YUV | 123.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 203 | 0.72 | 0.30 | 0 | 0.20 | 204.9 | 0.59 | 0.51 |
| Hex | 38 | 8E | CB | 48 | 1E | 0 | 14 | CD | 3B | 33 |
| Octal | 70 | 216 | 313 | 110 | 36 | 0 | 24 | 315 | 73 | 63 |
| Binary | 111000 | 10001110 | 11001011 | 1001000 | 11110 | 0 | 10100 | 11001101 | 111011 | 110011 |
Color Harmonies of #388ECB
Complementary color
Monochromatic Colors of #388ECB
Black with #388ECB
Text Example
Text Example
White with #388ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ECB; }
p { color: rgb(56,142,203); }
H1.HeaderClassName
{
color: #388ECB;
}
.AnyTagClassName
{
color: #388ECB;
}
</style>
background-color css
<style>
a { background-color: #388ECB; }
a { background-color: rgb(56,142,203); }
div.DivClassName
{
background-color: #388ECB;
}
.BgClassName
{
background-color: #388ECB;
}
</style>
border-color css
<style>
span { border-color: #388ECB; }
span { border-color: rgb(56,142,203); }
td.TdClassName
{
border-color: #388ECB;
}
.TagClassName
{
border-color: #388ECB;
}
</style>