Shades of Curious Blue #3984D3
Tints of Curious Blue #3984D3
RGB
CMYK
RGB Variations
Color information
#3984D3 (or 0x3984D3) is known color: Curious Blue. HEX triplet: 39, 84 and D3. RGB value is (57,132,211). Sum of RGB (Red+Green+Blue) = 57+132+211=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #3984D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3984D3 is #C67B2C. Grayscale: #767676. Windows color (decimal): -13007661 or 13861945. OLE color: 13861945.
HSL color Cylindrical-coordinate representation of color #3984D3: hue angle of 210.78º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3984D3 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 132 | 211 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.17 |
| HSL | 210.78º | 0.64% | 0.53% | - |
| HSV(B) | 210.78º | 0.73% | 0.83% | - |
| XYZ | 21.7 | 22.08 | 64.75 | - |
| YUV | 118.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 211 | 0.73 | 0.37 | 0 | 0.17 | 210.78 | 0.64 | 0.53 |
| Hex | 39 | 84 | D3 | 49 | 25 | 0 | 11 | D3 | 40 | 35 |
| Octal | 71 | 204 | 323 | 111 | 45 | 0 | 21 | 323 | 100 | 65 |
| Binary | 111001 | 10000100 | 11010011 | 1001001 | 100101 | 0 | 10001 | 11010011 | 1000000 | 110101 |
Color Harmonies of #3984D3
Complementary color
Monochromatic Colors of #3984D3
Black with #3984D3
Text Example
Text Example
White with #3984D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3984D3; }
p { color: rgb(57,132,211); }
H1.HeaderClassName
{
color: #3984D3;
}
.AnyTagClassName
{
color: #3984D3;
}
</style>
background-color css
<style>
a { background-color: #3984D3; }
a { background-color: rgb(57,132,211); }
div.DivClassName
{
background-color: #3984D3;
}
.BgClassName
{
background-color: #3984D3;
}
</style>
border-color css
<style>
span { border-color: #3984D3; }
span { border-color: rgb(57,132,211); }
td.TdClassName
{
border-color: #3984D3;
}
.TagClassName
{
border-color: #3984D3;
}
</style>