Shades of Curious Blue #3979B9
Tints of Curious Blue #3979B9
RGB
CMYK
RGB Variations
Color information
#3979B9 (or 0x3979B9) is known color: Curious Blue. HEX triplet: 39, 79 and B9. RGB value is (57,121,185). Sum of RGB (Red+Green+Blue) = 57+121+185=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #3979B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3979B9 is #C68646. Grayscale: #6C6C6C. Windows color (decimal): -13010503 or 12155193. OLE color: 12155193.
HSL color Cylindrical-coordinate representation of color #3979B9: hue angle of 210º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3979B9 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 121 | 185 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.27 |
| HSL | 210º | 0.53% | 0.47% | - |
| HSV(B) | 210º | 0.69% | 0.73% | - |
| XYZ | 17.28 | 18.05 | 48.47 | - |
| YUV | 109.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 185 | 0.69 | 0.35 | 0 | 0.27 | 210 | 0.53 | 0.47 |
| Hex | 39 | 79 | B9 | 45 | 23 | 0 | 1B | D2 | 35 | 2F |
| Octal | 71 | 171 | 271 | 105 | 43 | 0 | 33 | 322 | 65 | 57 |
| Binary | 111001 | 1111001 | 10111001 | 1000101 | 100011 | 0 | 11011 | 11010010 | 110101 | 101111 |
Color Harmonies of #3979B9
Complementary color
Monochromatic Colors of #3979B9
Black with #3979B9
Text Example
Text Example
White with #3979B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3979B9; }
p { color: rgb(57,121,185); }
H1.HeaderClassName
{
color: #3979B9;
}
.AnyTagClassName
{
color: #3979B9;
}
</style>
background-color css
<style>
a { background-color: #3979B9; }
a { background-color: rgb(57,121,185); }
div.DivClassName
{
background-color: #3979B9;
}
.BgClassName
{
background-color: #3979B9;
}
</style>
border-color css
<style>
span { border-color: #3979B9; }
span { border-color: rgb(57,121,185); }
td.TdClassName
{
border-color: #3979B9;
}
.TagClassName
{
border-color: #3979B9;
}
</style>