Shades of Curious Blue #3982CE
Tints of Curious Blue #3982CE
RGB
CMYK
RGB Variations
Color information
#3982CE (or 0x3982CE) is known color: Curious Blue. HEX triplet: 39, 82 and CE. RGB value is (57,130,206). Sum of RGB (Red+Green+Blue) = 57+130+206=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3982CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982CE is #C67D31. Grayscale: #747474. Windows color (decimal): -13008178 or 13533753. OLE color: 13533753.
HSL color Cylindrical-coordinate representation of color #3982CE: hue angle of 210.6º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3982CE is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 130 | 206 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.19 |
| HSL | 210.6º | 0.6% | 0.52% | - |
| HSV(B) | 210.6º | 0.72% | 0.81% | - |
| XYZ | 20.81 | 21.29 | 61.41 | - |
| YUV | 116.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 206 | 0.72 | 0.37 | 0 | 0.19 | 210.6 | 0.6 | 0.52 |
| Hex | 39 | 82 | CE | 48 | 25 | 0 | 13 | D3 | 3C | 34 |
| Octal | 71 | 202 | 316 | 110 | 45 | 0 | 23 | 323 | 74 | 64 |
| Binary | 111001 | 10000010 | 11001110 | 1001000 | 100101 | 0 | 10011 | 11010011 | 111100 | 110100 |
Color Harmonies of #3982CE
Complementary color
Monochromatic Colors of #3982CE
Black with #3982CE
Text Example
Text Example
White with #3982CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3982CE; }
p { color: rgb(57,130,206); }
H1.HeaderClassName
{
color: #3982CE;
}
.AnyTagClassName
{
color: #3982CE;
}
</style>
background-color css
<style>
a { background-color: #3982CE; }
a { background-color: rgb(57,130,206); }
div.DivClassName
{
background-color: #3982CE;
}
.BgClassName
{
background-color: #3982CE;
}
</style>
border-color css
<style>
span { border-color: #3982CE; }
span { border-color: rgb(57,130,206); }
td.TdClassName
{
border-color: #3982CE;
}
.TagClassName
{
border-color: #3982CE;
}
</style>