Shades of Curious Blue #3781BB
Tints of Curious Blue #3781BB
RGB
CMYK
RGB Variations
Color information
#3781BB (or 0x3781BB) is known color: Curious Blue. HEX triplet: 37, 81 and BB. RGB value is (55,129,187). Sum of RGB (Red+Green+Blue) = 55+129+187=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #3781BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781BB is #C87E44. Grayscale: #717171. Windows color (decimal): -13139525 or 12288311. OLE color: 12288311.
HSL color Cylindrical-coordinate representation of color #3781BB: hue angle of 206.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3781BB is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 129 | 187 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.27 |
| HSL | 206.36º | 0.55% | 0.47% | - |
| HSV(B) | 206.36º | 0.71% | 0.73% | - |
| XYZ | 18.4 | 20.1 | 49.92 | - |
| YUV | 113.49 | 169.48 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 187 | 0.71 | 0.31 | 0 | 0.27 | 206.36 | 0.55 | 0.47 |
| Hex | 37 | 81 | BB | 47 | 1F | 0 | 1B | CE | 37 | 2F |
| Octal | 67 | 201 | 273 | 107 | 37 | 0 | 33 | 316 | 67 | 57 |
| Binary | 110111 | 10000001 | 10111011 | 1000111 | 11111 | 0 | 11011 | 11001110 | 110111 | 101111 |
Color Harmonies of #3781BB
Complementary color
Monochromatic Colors of #3781BB
Black with #3781BB
Text Example
Text Example
White with #3781BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781BB; }
p { color: rgb(55,129,187); }
H1.HeaderClassName
{
color: #3781BB;
}
.AnyTagClassName
{
color: #3781BB;
}
</style>
background-color css
<style>
a { background-color: #3781BB; }
a { background-color: rgb(55,129,187); }
div.DivClassName
{
background-color: #3781BB;
}
.BgClassName
{
background-color: #3781BB;
}
</style>
border-color css
<style>
span { border-color: #3781BB; }
span { border-color: rgb(55,129,187); }
td.TdClassName
{
border-color: #3781BB;
}
.TagClassName
{
border-color: #3781BB;
}
</style>