Shades of Curious Blue #3781CF
Tints of Curious Blue #3781CF
RGB
CMYK
RGB Variations
Color information
#3781CF (or 0x3781CF) is known color: Curious Blue. HEX triplet: 37, 81 and CF. RGB value is (55,129,207). Sum of RGB (Red+Green+Blue) = 55+129+207=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3781CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781CF is #C87E30. Grayscale: #737373. Windows color (decimal): -13139505 or 13599031. OLE color: 13599031.
HSL color Cylindrical-coordinate representation of color #3781CF: hue angle of 210.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3781CF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 129 | 207 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.19 |
| HSL | 210.79º | 0.61% | 0.51% | - |
| HSV(B) | 210.79º | 0.73% | 0.81% | - |
| XYZ | 20.69 | 21.02 | 62 | - |
| YUV | 115.77 | 179.48 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 207 | 0.73 | 0.38 | 0 | 0.19 | 210.79 | 0.61 | 0.51 |
| Hex | 37 | 81 | CF | 49 | 26 | 0 | 13 | D3 | 3D | 33 |
| Octal | 67 | 201 | 317 | 111 | 46 | 0 | 23 | 323 | 75 | 63 |
| Binary | 110111 | 10000001 | 11001111 | 1001001 | 100110 | 0 | 10011 | 11010011 | 111101 | 110011 |
Color Harmonies of #3781CF
Complementary color
Monochromatic Colors of #3781CF
Black with #3781CF
Text Example
Text Example
White with #3781CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3781CF; }
p { color: rgb(55,129,207); }
H1.HeaderClassName
{
color: #3781CF;
}
.AnyTagClassName
{
color: #3781CF;
}
</style>
background-color css
<style>
a { background-color: #3781CF; }
a { background-color: rgb(55,129,207); }
div.DivClassName
{
background-color: #3781CF;
}
.BgClassName
{
background-color: #3781CF;
}
</style>
border-color css
<style>
span { border-color: #3781CF; }
span { border-color: rgb(55,129,207); }
td.TdClassName
{
border-color: #3781CF;
}
.TagClassName
{
border-color: #3781CF;
}
</style>