Shades of Curious Blue #3882BD
Tints of Curious Blue #3882BD
RGB
CMYK
RGB Variations
Color information
#3882BD (or 0x3882BD) is known color: Curious Blue. HEX triplet: 38, 82 and BD. RGB value is (56,130,189). Sum of RGB (Red+Green+Blue) = 56+130+189=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3882BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882BD is #C77D42. Grayscale: #727272. Windows color (decimal): -13073731 or 12419640. OLE color: 12419640.
HSL color Cylindrical-coordinate representation of color #3882BD: hue angle of 206.62º 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 #3882BD is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 130 | 189 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.26 |
| HSL | 206.62º | 0.54% | 0.48% | - |
| HSV(B) | 206.62º | 0.7% | 0.74% | - |
| XYZ | 18.8 | 20.48 | 51.11 | - |
| YUV | 114.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 189 | 0.70 | 0.31 | 0 | 0.26 | 206.62 | 0.54 | 0.48 |
| Hex | 38 | 82 | BD | 46 | 1F | 0 | 1A | CF | 36 | 30 |
| Octal | 70 | 202 | 275 | 106 | 37 | 0 | 32 | 317 | 66 | 60 |
| Binary | 111000 | 10000010 | 10111101 | 1000110 | 11111 | 0 | 11010 | 11001111 | 110110 | 110000 |
Color Harmonies of #3882BD
Complementary color
Monochromatic Colors of #3882BD
Black with #3882BD
Text Example
Text Example
White with #3882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3882BD; }
p { color: rgb(56,130,189); }
H1.HeaderClassName
{
color: #3882BD;
}
.AnyTagClassName
{
color: #3882BD;
}
</style>
background-color css
<style>
a { background-color: #3882BD; }
a { background-color: rgb(56,130,189); }
div.DivClassName
{
background-color: #3882BD;
}
.BgClassName
{
background-color: #3882BD;
}
</style>
border-color css
<style>
span { border-color: #3882BD; }
span { border-color: rgb(56,130,189); }
td.TdClassName
{
border-color: #3882BD;
}
.TagClassName
{
border-color: #3882BD;
}
</style>