Shades of Curious Blue #388ABC
Tints of Curious Blue #388ABC
RGB
CMYK
RGB Variations
Color information
#388ABC (or 0x388ABC) is known color: Curious Blue. HEX triplet: 38, 8A and BC. RGB value is (56,138,188). Sum of RGB (Red+Green+Blue) = 56+138+188=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #388ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ABC is #C77543. Grayscale: #767676. Windows color (decimal): -13071684 or 12356152. OLE color: 12356152.
HSL color Cylindrical-coordinate representation of color #388ABC: hue angle of 202.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #388ABC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 138 | 188 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.26 |
| HSL | 202.73º | 0.54% | 0.48% | - |
| HSV(B) | 202.73º | 0.7% | 0.74% | - |
| XYZ | 19.8 | 22.65 | 50.91 | - |
| YUV | 119.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 188 | 0.70 | 0.27 | 0 | 0.26 | 202.73 | 0.54 | 0.48 |
| Hex | 38 | 8A | BC | 46 | 1B | 0 | 1A | CB | 36 | 30 |
| Octal | 70 | 212 | 274 | 106 | 33 | 0 | 32 | 313 | 66 | 60 |
| Binary | 111000 | 10001010 | 10111100 | 1000110 | 11011 | 0 | 11010 | 11001011 | 110110 | 110000 |
Color Harmonies of #388ABC
Complementary color
Monochromatic Colors of #388ABC
Black with #388ABC
Text Example
Text Example
White with #388ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ABC; }
p { color: rgb(56,138,188); }
H1.HeaderClassName
{
color: #388ABC;
}
.AnyTagClassName
{
color: #388ABC;
}
</style>
background-color css
<style>
a { background-color: #388ABC; }
a { background-color: rgb(56,138,188); }
div.DivClassName
{
background-color: #388ABC;
}
.BgClassName
{
background-color: #388ABC;
}
</style>
border-color css
<style>
span { border-color: #388ABC; }
span { border-color: rgb(56,138,188); }
td.TdClassName
{
border-color: #388ABC;
}
.TagClassName
{
border-color: #388ABC;
}
</style>