Shades of Curious Blue #3790D5
Tints of Curious Blue #3790D5
RGB
CMYK
RGB Variations
Color information
#3790D5 (or 0x3790D5) is known color: Curious Blue. HEX triplet: 37, 90 and D5. RGB value is (55,144,213). Sum of RGB (Red+Green+Blue) = 55+144+213=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #3790D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3790D5 is #C86F2A. Grayscale: #7C7C7C. Windows color (decimal): -13135659 or 13996087. OLE color: 13996087.
HSL color Cylindrical-coordinate representation of color #3790D5: hue angle of 206.2º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3790D5 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 144 | 213 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.16 |
| HSL | 206.2º | 0.65% | 0.53% | - |
| HSV(B) | 206.2º | 0.74% | 0.84% | - |
| XYZ | 23.56 | 25.56 | 66.64 | - |
| YUV | 125.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 213 | 0.74 | 0.32 | 0 | 0.16 | 206.2 | 0.65 | 0.53 |
| Hex | 37 | 90 | D5 | 4A | 20 | 0 | 10 | CE | 41 | 35 |
| Octal | 67 | 220 | 325 | 112 | 40 | 0 | 20 | 316 | 101 | 65 |
| Binary | 110111 | 10010000 | 11010101 | 1001010 | 100000 | 0 | 10000 | 11001110 | 1000001 | 110101 |
Color Harmonies of #3790D5
Complementary color
Monochromatic Colors of #3790D5
Black with #3790D5
Text Example
Text Example
White with #3790D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3790D5; }
p { color: rgb(55,144,213); }
H1.HeaderClassName
{
color: #3790D5;
}
.AnyTagClassName
{
color: #3790D5;
}
</style>
background-color css
<style>
a { background-color: #3790D5; }
a { background-color: rgb(55,144,213); }
div.DivClassName
{
background-color: #3790D5;
}
.BgClassName
{
background-color: #3790D5;
}
</style>
border-color css
<style>
span { border-color: #3790D5; }
span { border-color: rgb(55,144,213); }
td.TdClassName
{
border-color: #3790D5;
}
.TagClassName
{
border-color: #3790D5;
}
</style>