Shades of Curious Blue #3979BD
Tints of Curious Blue #3979BD
RGB
CMYK
RGB Variations
Color information
#3979BD (or 0x3979BD) is known color: Curious Blue. HEX triplet: 39, 79 and BD. RGB value is (57,121,189). Sum of RGB (Red+Green+Blue) = 57+121+189=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #3979BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3979BD is #C68642. Grayscale: #6D6D6D. Windows color (decimal): -13010499 or 12417337. OLE color: 12417337.
HSL color Cylindrical-coordinate representation of color #3979BD: hue angle of 210.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3979BD is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 121 | 189 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.26 |
| HSL | 210.91º | 0.54% | 0.48% | - |
| HSV(B) | 210.91º | 0.7% | 0.74% | - |
| XYZ | 17.71 | 18.22 | 50.73 | - |
| YUV | 109.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 189 | 0.70 | 0.36 | 0 | 0.26 | 210.91 | 0.54 | 0.48 |
| Hex | 39 | 79 | BD | 46 | 24 | 0 | 1A | D3 | 36 | 30 |
| Octal | 71 | 171 | 275 | 106 | 44 | 0 | 32 | 323 | 66 | 60 |
| Binary | 111001 | 1111001 | 10111101 | 1000110 | 100100 | 0 | 11010 | 11010011 | 110110 | 110000 |
Color Harmonies of #3979BD
Complementary color
Monochromatic Colors of #3979BD
Black with #3979BD
Text Example
Text Example
White with #3979BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3979BD; }
p { color: rgb(57,121,189); }
H1.HeaderClassName
{
color: #3979BD;
}
.AnyTagClassName
{
color: #3979BD;
}
</style>
background-color css
<style>
a { background-color: #3979BD; }
a { background-color: rgb(57,121,189); }
div.DivClassName
{
background-color: #3979BD;
}
.BgClassName
{
background-color: #3979BD;
}
</style>
border-color css
<style>
span { border-color: #3979BD; }
span { border-color: rgb(57,121,189); }
td.TdClassName
{
border-color: #3979BD;
}
.TagClassName
{
border-color: #3979BD;
}
</style>