Shades of Curious Blue #3890BC
Tints of Curious Blue #3890BC
RGB
CMYK
RGB Variations
Color information
#3890BC (or 0x3890BC) is known color: Curious Blue. HEX triplet: 38, 90 and BC. RGB value is (56,144,188). Sum of RGB (Red+Green+Blue) = 56+144+188=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3890BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3890BC is #C76F43. Grayscale: #7A7A7A. Windows color (decimal): -13070148 or 12357688. OLE color: 12357688.
HSL color Cylindrical-coordinate representation of color #3890BC: hue angle of 200º 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 #3890BC is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 144 | 188 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.26 |
| HSL | 200º | 0.54% | 0.48% | - |
| HSV(B) | 200º | 0.7% | 0.74% | - |
| XYZ | 20.68 | 24.42 | 51.2 | - |
| YUV | 122.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 188 | 0.70 | 0.23 | 0 | 0.26 | 200 | 0.54 | 0.48 |
| Hex | 38 | 90 | BC | 46 | 17 | 0 | 1A | C8 | 36 | 30 |
| Octal | 70 | 220 | 274 | 106 | 27 | 0 | 32 | 310 | 66 | 60 |
| Binary | 111000 | 10010000 | 10111100 | 1000110 | 10111 | 0 | 11010 | 11001000 | 110110 | 110000 |
Color Harmonies of #3890BC
Complementary color
Monochromatic Colors of #3890BC
Black with #3890BC
Text Example
Text Example
White with #3890BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3890BC; }
p { color: rgb(56,144,188); }
H1.HeaderClassName
{
color: #3890BC;
}
.AnyTagClassName
{
color: #3890BC;
}
</style>
background-color css
<style>
a { background-color: #3890BC; }
a { background-color: rgb(56,144,188); }
div.DivClassName
{
background-color: #3890BC;
}
.BgClassName
{
background-color: #3890BC;
}
</style>
border-color css
<style>
span { border-color: #3890BC; }
span { border-color: rgb(56,144,188); }
td.TdClassName
{
border-color: #3890BC;
}
.TagClassName
{
border-color: #3890BC;
}
</style>