Shades of Curious Blue #388BCB
Tints of Curious Blue #388BCB
RGB
CMYK
RGB Variations
Color information
#388BCB (or 0x388BCB) is known color: Curious Blue. HEX triplet: 38, 8B and CB. RGB value is (56,139,203). Sum of RGB (Red+Green+Blue) = 56+139+203=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #388BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCB is #C77434. Grayscale: #797979. Windows color (decimal): -13071413 or 13339448. OLE color: 13339448.
HSL color Cylindrical-coordinate representation of color #388BCB: hue angle of 206.12º 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 #388BCB is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 139 | 203 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.20 |
| HSL | 206.12º | 0.59% | 0.51% | - |
| HSV(B) | 206.12º | 0.72% | 0.8% | - |
| XYZ | 21.64 | 23.62 | 59.92 | - |
| YUV | 121.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 203 | 0.72 | 0.32 | 0 | 0.20 | 206.12 | 0.59 | 0.51 |
| Hex | 38 | 8B | CB | 48 | 20 | 0 | 14 | CE | 3B | 33 |
| Octal | 70 | 213 | 313 | 110 | 40 | 0 | 24 | 316 | 73 | 63 |
| Binary | 111000 | 10001011 | 11001011 | 1001000 | 100000 | 0 | 10100 | 11001110 | 111011 | 110011 |
Color Harmonies of #388BCB
Complementary color
Monochromatic Colors of #388BCB
Black with #388BCB
Text Example
Text Example
White with #388BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BCB; }
p { color: rgb(56,139,203); }
H1.HeaderClassName
{
color: #388BCB;
}
.AnyTagClassName
{
color: #388BCB;
}
</style>
background-color css
<style>
a { background-color: #388BCB; }
a { background-color: rgb(56,139,203); }
div.DivClassName
{
background-color: #388BCB;
}
.BgClassName
{
background-color: #388BCB;
}
</style>
border-color css
<style>
span { border-color: #388BCB; }
span { border-color: rgb(56,139,203); }
td.TdClassName
{
border-color: #388BCB;
}
.TagClassName
{
border-color: #388BCB;
}
</style>