Shades of Curious Blue #3779AE
Tints of Curious Blue #3779AE
RGB
CMYK
RGB Variations
Color information
#3779AE (or 0x3779AE) is known color: Curious Blue. HEX triplet: 37, 79 and AE. RGB value is (55,121,174). Sum of RGB (Red+Green+Blue) = 55+121+174=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #3779AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3779AE is #C88651. Grayscale: #6B6B6B. Windows color (decimal): -13141586 or 11434295. OLE color: 11434295.
HSL color Cylindrical-coordinate representation of color #3779AE: hue angle of 206.72º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3779AE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 121 | 174 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.32 |
| HSL | 206.72º | 0.52% | 0.45% | - |
| HSV(B) | 206.72º | 0.68% | 0.68% | - |
| XYZ | 16.05 | 17.54 | 42.58 | - |
| YUV | 107.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 174 | 0.68 | 0.30 | 0 | 0.32 | 206.72 | 0.52 | 0.45 |
| Hex | 37 | 79 | AE | 44 | 1E | 0 | 20 | CF | 34 | 2D |
| Octal | 67 | 171 | 256 | 104 | 36 | 0 | 40 | 317 | 64 | 55 |
| Binary | 110111 | 1111001 | 10101110 | 1000100 | 11110 | 0 | 100000 | 11001111 | 110100 | 101101 |
Color Harmonies of #3779AE
Complementary color
Monochromatic Colors of #3779AE
Black with #3779AE
Text Example
Text Example
White with #3779AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779AE; }
p { color: rgb(55,121,174); }
H1.HeaderClassName
{
color: #3779AE;
}
.AnyTagClassName
{
color: #3779AE;
}
</style>
background-color css
<style>
a { background-color: #3779AE; }
a { background-color: rgb(55,121,174); }
div.DivClassName
{
background-color: #3779AE;
}
.BgClassName
{
background-color: #3779AE;
}
</style>
border-color css
<style>
span { border-color: #3779AE; }
span { border-color: rgb(55,121,174); }
td.TdClassName
{
border-color: #3779AE;
}
.TagClassName
{
border-color: #3779AE;
}
</style>