Shades of Curious Blue #3892BF
Tints of Curious Blue #3892BF
RGB
CMYK
RGB Variations
Color information
#3892BF (or 0x3892BF) is known color: Curious Blue. HEX triplet: 38, 92 and BF. RGB value is (56,146,191). Sum of RGB (Red+Green+Blue) = 56+146+191=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #3892BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3892BF is #C76D40. Grayscale: #7B7B7B. Windows color (decimal): -13069633 or 12554808. OLE color: 12554808.
HSL color Cylindrical-coordinate representation of color #3892BF: hue angle of 200º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3892BF is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 146 | 191 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.25 |
| HSL | 200º | 0.55% | 0.48% | - |
| HSV(B) | 200º | 0.71% | 0.75% | - |
| XYZ | 21.31 | 25.16 | 53.02 | - |
| YUV | 124.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 191 | 0.71 | 0.24 | 0 | 0.25 | 200 | 0.55 | 0.48 |
| Hex | 38 | 92 | BF | 47 | 18 | 0 | 19 | C8 | 37 | 30 |
| Octal | 70 | 222 | 277 | 107 | 30 | 0 | 31 | 310 | 67 | 60 |
| Binary | 111000 | 10010010 | 10111111 | 1000111 | 11000 | 0 | 11001 | 11001000 | 110111 | 110000 |
Color Harmonies of #3892BF
Complementary color
Monochromatic Colors of #3892BF
Black with #3892BF
Text Example
Text Example
White with #3892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3892BF; }
p { color: rgb(56,146,191); }
H1.HeaderClassName
{
color: #3892BF;
}
.AnyTagClassName
{
color: #3892BF;
}
</style>
background-color css
<style>
a { background-color: #3892BF; }
a { background-color: rgb(56,146,191); }
div.DivClassName
{
background-color: #3892BF;
}
.BgClassName
{
background-color: #3892BF;
}
</style>
border-color css
<style>
span { border-color: #3892BF; }
span { border-color: rgb(56,146,191); }
td.TdClassName
{
border-color: #3892BF;
}
.TagClassName
{
border-color: #3892BF;
}
</style>