Shades of Curious Blue #3887AF
Tints of Curious Blue #3887AF
RGB
CMYK
RGB Variations
Color information
#3887AF (or 0x3887AF) is known color: Curious Blue. HEX triplet: 38, 87 and AF. RGB value is (56,135,175). Sum of RGB (Red+Green+Blue) = 56+135+175=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #3887AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3887AF is #C77850. Grayscale: #737373. Windows color (decimal): -13072465 or 11503416. OLE color: 11503416.
HSL color Cylindrical-coordinate representation of color #3887AF: hue angle of 200.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3887AF is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 135 | 175 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.31 |
| HSL | 200.17º | 0.52% | 0.45% | - |
| HSV(B) | 200.17º | 0.68% | 0.69% | - |
| XYZ | 18.03 | 21.26 | 43.71 | - |
| YUV | 115.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 175 | 0.68 | 0.23 | 0 | 0.31 | 200.17 | 0.52 | 0.45 |
| Hex | 38 | 87 | AF | 44 | 17 | 0 | 1F | C8 | 34 | 2D |
| Octal | 70 | 207 | 257 | 104 | 27 | 0 | 37 | 310 | 64 | 55 |
| Binary | 111000 | 10000111 | 10101111 | 1000100 | 10111 | 0 | 11111 | 11001000 | 110100 | 101101 |
Color Harmonies of #3887AF
Complementary color
Monochromatic Colors of #3887AF
Black with #3887AF
Text Example
Text Example
White with #3887AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887AF; }
p { color: rgb(56,135,175); }
H1.HeaderClassName
{
color: #3887AF;
}
.AnyTagClassName
{
color: #3887AF;
}
</style>
background-color css
<style>
a { background-color: #3887AF; }
a { background-color: rgb(56,135,175); }
div.DivClassName
{
background-color: #3887AF;
}
.BgClassName
{
background-color: #3887AF;
}
</style>
border-color css
<style>
span { border-color: #3887AF; }
span { border-color: rgb(56,135,175); }
td.TdClassName
{
border-color: #3887AF;
}
.TagClassName
{
border-color: #3887AF;
}
</style>