Shades of Curious Blue #3887B2
Tints of Curious Blue #3887B2
RGB
CMYK
RGB Variations
Color information
#3887B2 (or 0x3887B2) is known color: Curious Blue. HEX triplet: 38, 87 and B2. RGB value is (56,135,178). Sum of RGB (Red+Green+Blue) = 56+135+178=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #3887B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3887B2 is #C7784D. Grayscale: #747474. Windows color (decimal): -13072462 or 11700024. OLE color: 11700024.
HSL color Cylindrical-coordinate representation of color #3887B2: hue angle of 201.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3887B2 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 135 | 178 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.30 |
| HSL | 201.15º | 0.52% | 0.46% | - |
| HSV(B) | 201.15º | 0.69% | 0.7% | - |
| XYZ | 18.33 | 21.38 | 45.28 | - |
| YUV | 116.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 178 | 0.69 | 0.24 | 0 | 0.30 | 201.15 | 0.52 | 0.46 |
| Hex | 38 | 87 | B2 | 45 | 18 | 0 | 1E | C9 | 34 | 2E |
| Octal | 70 | 207 | 262 | 105 | 30 | 0 | 36 | 311 | 64 | 56 |
| Binary | 111000 | 10000111 | 10110010 | 1000101 | 11000 | 0 | 11110 | 11001001 | 110100 | 101110 |
Color Harmonies of #3887B2
Complementary color
Monochromatic Colors of #3887B2
Black with #3887B2
Text Example
Text Example
White with #3887B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887B2; }
p { color: rgb(56,135,178); }
H1.HeaderClassName
{
color: #3887B2;
}
.AnyTagClassName
{
color: #3887B2;
}
</style>
background-color css
<style>
a { background-color: #3887B2; }
a { background-color: rgb(56,135,178); }
div.DivClassName
{
background-color: #3887B2;
}
.BgClassName
{
background-color: #3887B2;
}
</style>
border-color css
<style>
span { border-color: #3887B2; }
span { border-color: rgb(56,135,178); }
td.TdClassName
{
border-color: #3887B2;
}
.TagClassName
{
border-color: #3887B2;
}
</style>