Shades of Curious Blue #3979B2
Tints of Curious Blue #3979B2
RGB
CMYK
RGB Variations
Color information
#3979B2 (or 0x3979B2) is known color: Curious Blue. HEX triplet: 39, 79 and B2. RGB value is (57,121,178). Sum of RGB (Red+Green+Blue) = 57+121+178=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #3979B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3979B2 is #C6864D. Grayscale: #6C6C6C. Windows color (decimal): -13010510 or 11696441. OLE color: 11696441.
HSL color Cylindrical-coordinate representation of color #3979B2: hue angle of 208.26º degrees, saturation: 0.51, 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 #3979B2 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 121 | 178 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.30 |
| HSL | 208.26º | 0.51% | 0.46% | - |
| HSV(B) | 208.26º | 0.68% | 0.7% | - |
| XYZ | 16.56 | 17.76 | 44.67 | - |
| YUV | 108.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 178 | 0.68 | 0.32 | 0 | 0.30 | 208.26 | 0.51 | 0.46 |
| Hex | 39 | 79 | B2 | 44 | 20 | 0 | 1E | D0 | 33 | 2E |
| Octal | 71 | 171 | 262 | 104 | 40 | 0 | 36 | 320 | 63 | 56 |
| Binary | 111001 | 1111001 | 10110010 | 1000100 | 100000 | 0 | 11110 | 11010000 | 110011 | 101110 |
Color Harmonies of #3979B2
Complementary color
Monochromatic Colors of #3979B2
Black with #3979B2
Text Example
Text Example
White with #3979B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3979B2; }
p { color: rgb(57,121,178); }
H1.HeaderClassName
{
color: #3979B2;
}
.AnyTagClassName
{
color: #3979B2;
}
</style>
background-color css
<style>
a { background-color: #3979B2; }
a { background-color: rgb(57,121,178); }
div.DivClassName
{
background-color: #3979B2;
}
.BgClassName
{
background-color: #3979B2;
}
</style>
border-color css
<style>
span { border-color: #3979B2; }
span { border-color: rgb(57,121,178); }
td.TdClassName
{
border-color: #3979B2;
}
.TagClassName
{
border-color: #3979B2;
}
</style>