Shades of Curious Blue #3979AC
Tints of Curious Blue #3979AC
RGB
CMYK
RGB Variations
Color information
#3979AC (or 0x3979AC) is known color: Curious Blue. HEX triplet: 39, 79 and AC. RGB value is (57,121,172). Sum of RGB (Red+Green+Blue) = 57+121+172=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #3979AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3979AC is #C68653. Grayscale: #6B6B6B. Windows color (decimal): -13010516 or 11303225. OLE color: 11303225.
HSL color Cylindrical-coordinate representation of color #3979AC: hue angle of 206.61º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3979AC is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 121 | 172 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.33 |
| HSL | 206.61º | 0.5% | 0.45% | - |
| HSV(B) | 206.61º | 0.67% | 0.67% | - |
| XYZ | 15.97 | 17.52 | 41.57 | - |
| YUV | 107.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 172 | 0.67 | 0.30 | 0 | 0.33 | 206.61 | 0.5 | 0.45 |
| Hex | 39 | 79 | AC | 43 | 1E | 0 | 21 | CF | 32 | 2D |
| Octal | 71 | 171 | 254 | 103 | 36 | 0 | 41 | 317 | 62 | 55 |
| Binary | 111001 | 1111001 | 10101100 | 1000011 | 11110 | 0 | 100001 | 11001111 | 110010 | 101101 |
Color Harmonies of #3979AC
Complementary color
Monochromatic Colors of #3979AC
Black with #3979AC
Text Example
Text Example
White with #3979AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3979AC; }
p { color: rgb(57,121,172); }
H1.HeaderClassName
{
color: #3979AC;
}
.AnyTagClassName
{
color: #3979AC;
}
</style>
background-color css
<style>
a { background-color: #3979AC; }
a { background-color: rgb(57,121,172); }
div.DivClassName
{
background-color: #3979AC;
}
.BgClassName
{
background-color: #3979AC;
}
</style>
border-color css
<style>
span { border-color: #3979AC; }
span { border-color: rgb(57,121,172); }
td.TdClassName
{
border-color: #3979AC;
}
.TagClassName
{
border-color: #3979AC;
}
</style>