Shades of Curious Blue #3779BE
Tints of Curious Blue #3779BE
RGB
CMYK
RGB Variations
Color information
#3779BE (or 0x3779BE) is known color: Curious Blue. HEX triplet: 37, 79 and BE. RGB value is (55,121,190). Sum of RGB (Red+Green+Blue) = 55+121+190=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #3779BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3779BE is #C88641. Grayscale: #6C6C6C. Windows color (decimal): -13141570 or 12482871. OLE color: 12482871.
HSL color Cylindrical-coordinate representation of color #3779BE: hue angle of 210.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3779BE is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 121 | 190 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.25 |
| HSL | 210.67º | 0.55% | 0.48% | - |
| HSV(B) | 210.67º | 0.71% | 0.75% | - |
| XYZ | 17.71 | 18.2 | 51.3 | - |
| YUV | 109.13 | 173.63 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 190 | 0.71 | 0.36 | 0 | 0.25 | 210.67 | 0.55 | 0.48 |
| Hex | 37 | 79 | BE | 47 | 24 | 0 | 19 | D3 | 37 | 30 |
| Octal | 67 | 171 | 276 | 107 | 44 | 0 | 31 | 323 | 67 | 60 |
| Binary | 110111 | 1111001 | 10111110 | 1000111 | 100100 | 0 | 11001 | 11010011 | 110111 | 110000 |
Color Harmonies of #3779BE
Complementary color
Monochromatic Colors of #3779BE
Black with #3779BE
Text Example
Text Example
White with #3779BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779BE; }
p { color: rgb(55,121,190); }
H1.HeaderClassName
{
color: #3779BE;
}
.AnyTagClassName
{
color: #3779BE;
}
</style>
background-color css
<style>
a { background-color: #3779BE; }
a { background-color: rgb(55,121,190); }
div.DivClassName
{
background-color: #3779BE;
}
.BgClassName
{
background-color: #3779BE;
}
</style>
border-color css
<style>
span { border-color: #3779BE; }
span { border-color: rgb(55,121,190); }
td.TdClassName
{
border-color: #3779BE;
}
.TagClassName
{
border-color: #3779BE;
}
</style>