Shades of Curious Blue #3983D8
Tints of Curious Blue #3983D8
RGB
CMYK
RGB Variations
Color information
#3983D8 (or 0x3983D8) is known color: Curious Blue. HEX triplet: 39, 83 and D8. RGB value is (57,131,216). Sum of RGB (Red+Green+Blue) = 57+131+216=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #3983D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3983D8 is #C67C27. Grayscale: #767676. Windows color (decimal): -13007912 or 14189369. OLE color: 14189369.
HSL color Cylindrical-coordinate representation of color #3983D8: hue angle of 212.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3983D8 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 131 | 216 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.15 |
| HSL | 212.08º | 0.67% | 0.54% | - |
| HSV(B) | 212.08º | 0.74% | 0.85% | - |
| XYZ | 22.2 | 22.06 | 68.05 | - |
| YUV | 118.56 | 182.98 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 216 | 0.74 | 0.39 | 0 | 0.15 | 212.08 | 0.67 | 0.54 |
| Hex | 39 | 83 | D8 | 4A | 27 | 0 | F | D4 | 43 | 36 |
| Octal | 71 | 203 | 330 | 112 | 47 | 0 | 17 | 324 | 103 | 66 |
| Binary | 111001 | 10000011 | 11011000 | 1001010 | 100111 | 0 | 1111 | 11010100 | 1000011 | 110110 |
Color Harmonies of #3983D8
Complementary color
Monochromatic Colors of #3983D8
Black with #3983D8
Text Example
Text Example
White with #3983D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3983D8; }
p { color: rgb(57,131,216); }
H1.HeaderClassName
{
color: #3983D8;
}
.AnyTagClassName
{
color: #3983D8;
}
</style>
background-color css
<style>
a { background-color: #3983D8; }
a { background-color: rgb(57,131,216); }
div.DivClassName
{
background-color: #3983D8;
}
.BgClassName
{
background-color: #3983D8;
}
</style>
border-color css
<style>
span { border-color: #3983D8; }
span { border-color: rgb(57,131,216); }
td.TdClassName
{
border-color: #3983D8;
}
.TagClassName
{
border-color: #3983D8;
}
</style>