Shades of Curious Blue #388ACB
Tints of Curious Blue #388ACB
RGB
CMYK
RGB Variations
Color information
#388ACB (or 0x388ACB) is known color: Curious Blue. HEX triplet: 38, 8A and CB. RGB value is (56,138,203). Sum of RGB (Red+Green+Blue) = 56+138+203=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #388ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ACB is #C77534. Grayscale: #787878. Windows color (decimal): -13071669 or 13339192. OLE color: 13339192.
HSL color Cylindrical-coordinate representation of color #388ACB: hue angle of 206.53º 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 #388ACB is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 138 | 203 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.20 |
| HSL | 206.53º | 0.59% | 0.51% | - |
| HSV(B) | 206.53º | 0.72% | 0.8% | - |
| XYZ | 21.5 | 23.33 | 59.87 | - |
| YUV | 120.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 203 | 0.72 | 0.32 | 0 | 0.20 | 206.53 | 0.59 | 0.51 |
| Hex | 38 | 8A | CB | 48 | 20 | 0 | 14 | CF | 3B | 33 |
| Octal | 70 | 212 | 313 | 110 | 40 | 0 | 24 | 317 | 73 | 63 |
| Binary | 111000 | 10001010 | 11001011 | 1001000 | 100000 | 0 | 10100 | 11001111 | 111011 | 110011 |
Color Harmonies of #388ACB
Complementary color
Monochromatic Colors of #388ACB
Black with #388ACB
Text Example
Text Example
White with #388ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ACB; }
p { color: rgb(56,138,203); }
H1.HeaderClassName
{
color: #388ACB;
}
.AnyTagClassName
{
color: #388ACB;
}
</style>
background-color css
<style>
a { background-color: #388ACB; }
a { background-color: rgb(56,138,203); }
div.DivClassName
{
background-color: #388ACB;
}
.BgClassName
{
background-color: #388ACB;
}
</style>
border-color css
<style>
span { border-color: #388ACB; }
span { border-color: rgb(56,138,203); }
td.TdClassName
{
border-color: #388ACB;
}
.TagClassName
{
border-color: #388ACB;
}
</style>