Shades of Curious Blue #3779CB
Tints of Curious Blue #3779CB
RGB
CMYK
RGB Variations
Color information
#3779CB (or 0x3779CB) is known color: Curious Blue. HEX triplet: 37, 79 and CB. RGB value is (55,121,203). Sum of RGB (Red+Green+Blue) = 55+121+203=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #3779CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3779CB is #C88634. Grayscale: #6E6E6E. Windows color (decimal): -13141557 or 13334839. OLE color: 13334839.
HSL color Cylindrical-coordinate representation of color #3779CB: hue angle of 213.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3779CB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 121 | 203 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.20 |
| HSL | 213.24º | 0.59% | 0.51% | - |
| HSV(B) | 213.24º | 0.73% | 0.8% | - |
| XYZ | 19.19 | 18.8 | 59.12 | - |
| YUV | 110.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 203 | 0.73 | 0.40 | 0 | 0.20 | 213.24 | 0.59 | 0.51 |
| Hex | 37 | 79 | CB | 49 | 28 | 0 | 14 | D5 | 3B | 33 |
| Octal | 67 | 171 | 313 | 111 | 50 | 0 | 24 | 325 | 73 | 63 |
| Binary | 110111 | 1111001 | 11001011 | 1001001 | 101000 | 0 | 10100 | 11010101 | 111011 | 110011 |
Color Harmonies of #3779CB
Complementary color
Monochromatic Colors of #3779CB
Black with #3779CB
Text Example
Text Example
White with #3779CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779CB; }
p { color: rgb(55,121,203); }
H1.HeaderClassName
{
color: #3779CB;
}
.AnyTagClassName
{
color: #3779CB;
}
</style>
background-color css
<style>
a { background-color: #3779CB; }
a { background-color: rgb(55,121,203); }
div.DivClassName
{
background-color: #3779CB;
}
.BgClassName
{
background-color: #3779CB;
}
</style>
border-color css
<style>
span { border-color: #3779CB; }
span { border-color: rgb(55,121,203); }
td.TdClassName
{
border-color: #3779CB;
}
.TagClassName
{
border-color: #3779CB;
}
</style>