Shades of Curious Blue #3794BC
Tints of Curious Blue #3794BC
RGB
CMYK
RGB Variations
Color information
#3794BC (or 0x3794BC) is known color: Curious Blue. HEX triplet: 37, 94 and BC. RGB value is (55,148,188). Sum of RGB (Red+Green+Blue) = 55+148+188=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3794BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3794BC is #C86B43. Grayscale: #7C7C7C. Windows color (decimal): -13134660 or 12358711. OLE color: 12358711.
HSL color Cylindrical-coordinate representation of color #3794BC: hue angle of 198.05º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3794BC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 148 | 188 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.26 |
| HSL | 198.05º | 0.55% | 0.48% | - |
| HSV(B) | 198.05º | 0.71% | 0.74% | - |
| XYZ | 21.24 | 25.62 | 51.4 | - |
| YUV | 124.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 188 | 0.71 | 0.21 | 0 | 0.26 | 198.05 | 0.55 | 0.48 |
| Hex | 37 | 94 | BC | 47 | 15 | 0 | 1A | C6 | 37 | 30 |
| Octal | 67 | 224 | 274 | 107 | 25 | 0 | 32 | 306 | 67 | 60 |
| Binary | 110111 | 10010100 | 10111100 | 1000111 | 10101 | 0 | 11010 | 11000110 | 110111 | 110000 |
Color Harmonies of #3794BC
Complementary color
Monochromatic Colors of #3794BC
Black with #3794BC
Text Example
Text Example
White with #3794BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3794BC; }
p { color: rgb(55,148,188); }
H1.HeaderClassName
{
color: #3794BC;
}
.AnyTagClassName
{
color: #3794BC;
}
</style>
background-color css
<style>
a { background-color: #3794BC; }
a { background-color: rgb(55,148,188); }
div.DivClassName
{
background-color: #3794BC;
}
.BgClassName
{
background-color: #3794BC;
}
</style>
border-color css
<style>
span { border-color: #3794BC; }
span { border-color: rgb(55,148,188); }
td.TdClassName
{
border-color: #3794BC;
}
.TagClassName
{
border-color: #3794BC;
}
</style>