Shades of Curious Blue #3782BA
Tints of Curious Blue #3782BA
RGB
CMYK
RGB Variations
Color information
#3782BA (or 0x3782BA) is known color: Curious Blue. HEX triplet: 37, 82 and BA. RGB value is (55,130,186). Sum of RGB (Red+Green+Blue) = 55+130+186=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3782BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782BA is #C87D45. Grayscale: #717171. Windows color (decimal): -13139270 or 12223031. OLE color: 12223031.
HSL color Cylindrical-coordinate representation of color #3782BA: hue angle of 205.65º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3782BA is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 130 | 186 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.27 |
| HSL | 205.65º | 0.54% | 0.47% | - |
| HSV(B) | 205.65º | 0.7% | 0.73% | - |
| XYZ | 18.42 | 20.32 | 49.41 | - |
| YUV | 113.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 186 | 0.70 | 0.30 | 0 | 0.27 | 205.65 | 0.54 | 0.47 |
| Hex | 37 | 82 | BA | 46 | 1E | 0 | 1B | CE | 36 | 2F |
| Octal | 67 | 202 | 272 | 106 | 36 | 0 | 33 | 316 | 66 | 57 |
| Binary | 110111 | 10000010 | 10111010 | 1000110 | 11110 | 0 | 11011 | 11001110 | 110110 | 101111 |
Color Harmonies of #3782BA
Complementary color
Monochromatic Colors of #3782BA
Black with #3782BA
Text Example
Text Example
White with #3782BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3782BA; }
p { color: rgb(55,130,186); }
H1.HeaderClassName
{
color: #3782BA;
}
.AnyTagClassName
{
color: #3782BA;
}
</style>
background-color css
<style>
a { background-color: #3782BA; }
a { background-color: rgb(55,130,186); }
div.DivClassName
{
background-color: #3782BA;
}
.BgClassName
{
background-color: #3782BA;
}
</style>
border-color css
<style>
span { border-color: #3782BA; }
span { border-color: rgb(55,130,186); }
td.TdClassName
{
border-color: #3782BA;
}
.TagClassName
{
border-color: #3782BA;
}
</style>