Shades of Curious Blue #3779CE
Tints of Curious Blue #3779CE
RGB
CMYK
RGB Variations
Color information
#3779CE (or 0x3779CE) is known color: Curious Blue. HEX triplet: 37, 79 and CE. RGB value is (55,121,206). Sum of RGB (Red+Green+Blue) = 55+121+206=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #3779CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3779CE is #C88631. Grayscale: #6E6E6E. Windows color (decimal): -13141554 or 13531447. OLE color: 13531447.
HSL color Cylindrical-coordinate representation of color #3779CE: hue angle of 213.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3779CE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 121 | 206 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.19 |
| HSL | 213.77º | 0.61% | 0.51% | - |
| HSV(B) | 213.77º | 0.73% | 0.81% | - |
| XYZ | 19.55 | 18.94 | 61.02 | - |
| YUV | 110.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 206 | 0.73 | 0.41 | 0 | 0.19 | 213.77 | 0.61 | 0.51 |
| Hex | 37 | 79 | CE | 49 | 29 | 0 | 13 | D6 | 3D | 33 |
| Octal | 67 | 171 | 316 | 111 | 51 | 0 | 23 | 326 | 75 | 63 |
| Binary | 110111 | 1111001 | 11001110 | 1001001 | 101001 | 0 | 10011 | 11010110 | 111101 | 110011 |
Color Harmonies of #3779CE
Complementary color
Monochromatic Colors of #3779CE
Black with #3779CE
Text Example
Text Example
White with #3779CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779CE; }
p { color: rgb(55,121,206); }
H1.HeaderClassName
{
color: #3779CE;
}
.AnyTagClassName
{
color: #3779CE;
}
</style>
background-color css
<style>
a { background-color: #3779CE; }
a { background-color: rgb(55,121,206); }
div.DivClassName
{
background-color: #3779CE;
}
.BgClassName
{
background-color: #3779CE;
}
</style>
border-color css
<style>
span { border-color: #3779CE; }
span { border-color: rgb(55,121,206); }
td.TdClassName
{
border-color: #3779CE;
}
.TagClassName
{
border-color: #3779CE;
}
</style>