Shades of Curious Blue #3887C5
Tints of Curious Blue #3887C5
RGB
CMYK
RGB Variations
Color information
#3887C5 (or 0x3887C5) is known color: Curious Blue. HEX triplet: 38, 87 and C5. RGB value is (56,135,197). Sum of RGB (Red+Green+Blue) = 56+135+197=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #3887C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887C5 is #C7783A. Grayscale: #767676. Windows color (decimal): -13072443 or 12945208. OLE color: 12945208.
HSL color Cylindrical-coordinate representation of color #3887C5: hue angle of 206.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3887C5 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 135 | 197 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.23 |
| HSL | 206.38º | 0.56% | 0.5% | - |
| HSV(B) | 206.38º | 0.72% | 0.77% | - |
| XYZ | 20.37 | 22.2 | 56.03 | - |
| YUV | 118.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 197 | 0.72 | 0.31 | 0 | 0.23 | 206.38 | 0.56 | 0.5 |
| Hex | 38 | 87 | C5 | 48 | 1F | 0 | 17 | CE | 38 | 32 |
| Octal | 70 | 207 | 305 | 110 | 37 | 0 | 27 | 316 | 70 | 62 |
| Binary | 111000 | 10000111 | 11000101 | 1001000 | 11111 | 0 | 10111 | 11001110 | 111000 | 110010 |
Color Harmonies of #3887C5
Complementary color
Monochromatic Colors of #3887C5
Black with #3887C5
Text Example
Text Example
White with #3887C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887C5; }
p { color: rgb(56,135,197); }
H1.HeaderClassName
{
color: #3887C5;
}
.AnyTagClassName
{
color: #3887C5;
}
</style>
background-color css
<style>
a { background-color: #3887C5; }
a { background-color: rgb(56,135,197); }
div.DivClassName
{
background-color: #3887C5;
}
.BgClassName
{
background-color: #3887C5;
}
</style>
border-color css
<style>
span { border-color: #3887C5; }
span { border-color: rgb(56,135,197); }
td.TdClassName
{
border-color: #3887C5;
}
.TagClassName
{
border-color: #3887C5;
}
</style>