Shades of Curious Blue #3982B3
Tints of Curious Blue #3982B3
RGB
CMYK
RGB Variations
Color information
#3982B3 (or 0x3982B3) is known color: Curious Blue. HEX triplet: 39, 82 and B3. RGB value is (57,130,179). Sum of RGB (Red+Green+Blue) = 57+130+179=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #3982B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982B3 is #C67D4C. Grayscale: #717171. Windows color (decimal): -13008205 or 11764281. OLE color: 11764281.
HSL color Cylindrical-coordinate representation of color #3982B3: hue angle of 204.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3982B3 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 130 | 179 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.30 |
| HSL | 204.1º | 0.52% | 0.46% | - |
| HSV(B) | 204.1º | 0.68% | 0.7% | - |
| XYZ | 17.81 | 20.09 | 45.59 | - |
| YUV | 113.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 179 | 0.68 | 0.27 | 0 | 0.30 | 204.1 | 0.52 | 0.46 |
| Hex | 39 | 82 | B3 | 44 | 1B | 0 | 1E | CC | 34 | 2E |
| Octal | 71 | 202 | 263 | 104 | 33 | 0 | 36 | 314 | 64 | 56 |
| Binary | 111001 | 10000010 | 10110011 | 1000100 | 11011 | 0 | 11110 | 11001100 | 110100 | 101110 |
Color Harmonies of #3982B3
Complementary color
Monochromatic Colors of #3982B3
Black with #3982B3
Text Example
Text Example
White with #3982B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3982B3; }
p { color: rgb(57,130,179); }
H1.HeaderClassName
{
color: #3982B3;
}
.AnyTagClassName
{
color: #3982B3;
}
</style>
background-color css
<style>
a { background-color: #3982B3; }
a { background-color: rgb(57,130,179); }
div.DivClassName
{
background-color: #3982B3;
}
.BgClassName
{
background-color: #3982B3;
}
</style>
border-color css
<style>
span { border-color: #3982B3; }
span { border-color: rgb(57,130,179); }
td.TdClassName
{
border-color: #3982B3;
}
.TagClassName
{
border-color: #3982B3;
}
</style>