Shades of Curious Blue #3892BC
Tints of Curious Blue #3892BC
RGB
CMYK
RGB Variations
Color information
#3892BC (or 0x3892BC) is known color: Curious Blue. HEX triplet: 38, 92 and BC. RGB value is (56,146,188). Sum of RGB (Red+Green+Blue) = 56+146+188=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #3892BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3892BC is #C76D43. Grayscale: #7B7B7B. Windows color (decimal): -13069636 or 12358200. OLE color: 12358200.
HSL color Cylindrical-coordinate representation of color #3892BC: hue angle of 199.09º 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 #3892BC is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 146 | 188 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.26 |
| HSL | 199.09º | 0.54% | 0.48% | - |
| HSV(B) | 199.09º | 0.7% | 0.74% | - |
| XYZ | 20.99 | 25.03 | 51.3 | - |
| YUV | 123.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 188 | 0.70 | 0.22 | 0 | 0.26 | 199.09 | 0.54 | 0.48 |
| Hex | 38 | 92 | BC | 46 | 16 | 0 | 1A | C7 | 36 | 30 |
| Octal | 70 | 222 | 274 | 106 | 26 | 0 | 32 | 307 | 66 | 60 |
| Binary | 111000 | 10010010 | 10111100 | 1000110 | 10110 | 0 | 11010 | 11000111 | 110110 | 110000 |
Color Harmonies of #3892BC
Complementary color
Monochromatic Colors of #3892BC
Black with #3892BC
Text Example
Text Example
White with #3892BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3892BC; }
p { color: rgb(56,146,188); }
H1.HeaderClassName
{
color: #3892BC;
}
.AnyTagClassName
{
color: #3892BC;
}
</style>
background-color css
<style>
a { background-color: #3892BC; }
a { background-color: rgb(56,146,188); }
div.DivClassName
{
background-color: #3892BC;
}
.BgClassName
{
background-color: #3892BC;
}
</style>
border-color css
<style>
span { border-color: #3892BC; }
span { border-color: rgb(56,146,188); }
td.TdClassName
{
border-color: #3892BC;
}
.TagClassName
{
border-color: #3892BC;
}
</style>