Shades of Curious Blue #3790BF
Tints of Curious Blue #3790BF
RGB
CMYK
RGB Variations
Color information
#3790BF (or 0x3790BF) is known color: Curious Blue. HEX triplet: 37, 90 and BF. RGB value is (55,144,191). Sum of RGB (Red+Green+Blue) = 55+144+191=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #3790BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3790BF is #C86F40. Grayscale: #7A7A7A. Windows color (decimal): -13135681 or 12554295. OLE color: 12554295.
HSL color Cylindrical-coordinate representation of color #3790BF: hue angle of 200.74º 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 #3790BF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 144 | 191 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.25 |
| HSL | 200.74º | 0.55% | 0.48% | - |
| HSV(B) | 200.74º | 0.71% | 0.75% | - |
| XYZ | 20.95 | 24.52 | 52.92 | - |
| YUV | 122.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 191 | 0.71 | 0.25 | 0 | 0.25 | 200.74 | 0.55 | 0.48 |
| Hex | 37 | 90 | BF | 47 | 19 | 0 | 19 | C9 | 37 | 30 |
| Octal | 67 | 220 | 277 | 107 | 31 | 0 | 31 | 311 | 67 | 60 |
| Binary | 110111 | 10010000 | 10111111 | 1000111 | 11001 | 0 | 11001 | 11001001 | 110111 | 110000 |
Color Harmonies of #3790BF
Complementary color
Monochromatic Colors of #3790BF
Black with #3790BF
Text Example
Text Example
White with #3790BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3790BF; }
p { color: rgb(55,144,191); }
H1.HeaderClassName
{
color: #3790BF;
}
.AnyTagClassName
{
color: #3790BF;
}
</style>
background-color css
<style>
a { background-color: #3790BF; }
a { background-color: rgb(55,144,191); }
div.DivClassName
{
background-color: #3790BF;
}
.BgClassName
{
background-color: #3790BF;
}
</style>
border-color css
<style>
span { border-color: #3790BF; }
span { border-color: rgb(55,144,191); }
td.TdClassName
{
border-color: #3790BF;
}
.TagClassName
{
border-color: #3790BF;
}
</style>