Shades of Curious Blue #388FBE
Tints of Curious Blue #388FBE
RGB
CMYK
RGB Variations
Color information
#388FBE (or 0x388FBE) is known color: Curious Blue. HEX triplet: 38, 8F and BE. RGB value is (56,143,190). Sum of RGB (Red+Green+Blue) = 56+143+190=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #388FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FBE is #C77041. Grayscale: #7A7A7A. Windows color (decimal): -13070402 or 12488504. OLE color: 12488504.
HSL color Cylindrical-coordinate representation of color #388FBE: hue angle of 201.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #388FBE is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 143 | 190 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.25 |
| HSL | 201.04º | 0.54% | 0.48% | - |
| HSV(B) | 201.04º | 0.71% | 0.75% | - |
| XYZ | 20.75 | 24.2 | 52.29 | - |
| YUV | 122.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 190 | 0.71 | 0.25 | 0 | 0.25 | 201.04 | 0.54 | 0.48 |
| Hex | 38 | 8F | BE | 47 | 19 | 0 | 19 | C9 | 36 | 30 |
| Octal | 70 | 217 | 276 | 107 | 31 | 0 | 31 | 311 | 66 | 60 |
| Binary | 111000 | 10001111 | 10111110 | 1000111 | 11001 | 0 | 11001 | 11001001 | 110110 | 110000 |
Color Harmonies of #388FBE
Complementary color
Monochromatic Colors of #388FBE
Black with #388FBE
Text Example
Text Example
White with #388FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FBE; }
p { color: rgb(56,143,190); }
H1.HeaderClassName
{
color: #388FBE;
}
.AnyTagClassName
{
color: #388FBE;
}
</style>
background-color css
<style>
a { background-color: #388FBE; }
a { background-color: rgb(56,143,190); }
div.DivClassName
{
background-color: #388FBE;
}
.BgClassName
{
background-color: #388FBE;
}
</style>
border-color css
<style>
span { border-color: #388FBE; }
span { border-color: rgb(56,143,190); }
td.TdClassName
{
border-color: #388FBE;
}
.TagClassName
{
border-color: #388FBE;
}
</style>