Shades of Curious Blue #388AB4
Tints of Curious Blue #388AB4
RGB
CMYK
RGB Variations
Color information
#388AB4 (or 0x388AB4) is known color: Curious Blue. HEX triplet: 38, 8A and B4. RGB value is (56,138,180). Sum of RGB (Red+Green+Blue) = 56+138+180=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #388AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AB4 is #C7754B. Grayscale: #767676. Windows color (decimal): -13071692 or 11831864. OLE color: 11831864.
HSL color Cylindrical-coordinate representation of color #388AB4: hue angle of 200.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #388AB4 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 138 | 180 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.29 |
| HSL | 200.32º | 0.53% | 0.46% | - |
| HSV(B) | 200.32º | 0.69% | 0.71% | - |
| XYZ | 18.96 | 22.31 | 46.49 | - |
| YUV | 118.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 180 | 0.69 | 0.23 | 0 | 0.29 | 200.32 | 0.53 | 0.46 |
| Hex | 38 | 8A | B4 | 45 | 17 | 0 | 1D | C8 | 35 | 2E |
| Octal | 70 | 212 | 264 | 105 | 27 | 0 | 35 | 310 | 65 | 56 |
| Binary | 111000 | 10001010 | 10110100 | 1000101 | 10111 | 0 | 11101 | 11001000 | 110101 | 101110 |
Color Harmonies of #388AB4
Complementary color
Monochromatic Colors of #388AB4
Black with #388AB4
Text Example
Text Example
White with #388AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388AB4; }
p { color: rgb(56,138,180); }
H1.HeaderClassName
{
color: #388AB4;
}
.AnyTagClassName
{
color: #388AB4;
}
</style>
background-color css
<style>
a { background-color: #388AB4; }
a { background-color: rgb(56,138,180); }
div.DivClassName
{
background-color: #388AB4;
}
.BgClassName
{
background-color: #388AB4;
}
</style>
border-color css
<style>
span { border-color: #388AB4; }
span { border-color: rgb(56,138,180); }
td.TdClassName
{
border-color: #388AB4;
}
.TagClassName
{
border-color: #388AB4;
}
</style>