Shades of Curious Blue #3875BC
Tints of Curious Blue #3875BC
RGB
CMYK
RGB Variations
Color information
#3875BC (or 0x3875BC) is known color: Curious Blue. HEX triplet: 38, 75 and BC. RGB value is (56,117,188). Sum of RGB (Red+Green+Blue) = 56+117+188=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #3875BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875BC is #C78A43. Grayscale: #6A6A6A. Windows color (decimal): -13077060 or 12350776. OLE color: 12350776.
HSL color Cylindrical-coordinate representation of color #3875BC: hue angle of 212.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3875BC is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 117 | 188 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.26 |
| HSL | 212.27º | 0.54% | 0.48% | - |
| HSV(B) | 212.27º | 0.7% | 0.74% | - |
| XYZ | 17.07 | 17.19 | 50 | - |
| YUV | 106.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 188 | 0.70 | 0.38 | 0 | 0.26 | 212.27 | 0.54 | 0.48 |
| Hex | 38 | 75 | BC | 46 | 26 | 0 | 1A | D4 | 36 | 30 |
| Octal | 70 | 165 | 274 | 106 | 46 | 0 | 32 | 324 | 66 | 60 |
| Binary | 111000 | 1110101 | 10111100 | 1000110 | 100110 | 0 | 11010 | 11010100 | 110110 | 110000 |
Color Harmonies of #3875BC
Complementary color
Monochromatic Colors of #3875BC
Black with #3875BC
Text Example
Text Example
White with #3875BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3875BC; }
p { color: rgb(56,117,188); }
H1.HeaderClassName
{
color: #3875BC;
}
.AnyTagClassName
{
color: #3875BC;
}
</style>
background-color css
<style>
a { background-color: #3875BC; }
a { background-color: rgb(56,117,188); }
div.DivClassName
{
background-color: #3875BC;
}
.BgClassName
{
background-color: #3875BC;
}
</style>
border-color css
<style>
span { border-color: #3875BC; }
span { border-color: rgb(56,117,188); }
td.TdClassName
{
border-color: #3875BC;
}
.TagClassName
{
border-color: #3875BC;
}
</style>