Shades of Curious Blue #3783BE
Tints of Curious Blue #3783BE
RGB
CMYK
RGB Variations
Color information
#3783BE (or 0x3783BE) is known color: Curious Blue. HEX triplet: 37, 83 and BE. RGB value is (55,131,190). Sum of RGB (Red+Green+Blue) = 55+131+190=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3783BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3783BE is #C87C41. Grayscale: #727272. Windows color (decimal): -13139010 or 12485431. OLE color: 12485431.
HSL color Cylindrical-coordinate representation of color #3783BE: hue angle of 206.22º 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 #3783BE is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 131 | 190 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.25 |
| HSL | 206.22º | 0.55% | 0.48% | - |
| HSV(B) | 206.22º | 0.71% | 0.75% | - |
| XYZ | 18.99 | 20.76 | 51.72 | - |
| YUV | 115 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 190 | 0.71 | 0.31 | 0 | 0.25 | 206.22 | 0.55 | 0.48 |
| Hex | 37 | 83 | BE | 47 | 1F | 0 | 19 | CE | 37 | 30 |
| Octal | 67 | 203 | 276 | 107 | 37 | 0 | 31 | 316 | 67 | 60 |
| Binary | 110111 | 10000011 | 10111110 | 1000111 | 11111 | 0 | 11001 | 11001110 | 110111 | 110000 |
Color Harmonies of #3783BE
Complementary color
Monochromatic Colors of #3783BE
Black with #3783BE
Text Example
Text Example
White with #3783BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3783BE; }
p { color: rgb(55,131,190); }
H1.HeaderClassName
{
color: #3783BE;
}
.AnyTagClassName
{
color: #3783BE;
}
</style>
background-color css
<style>
a { background-color: #3783BE; }
a { background-color: rgb(55,131,190); }
div.DivClassName
{
background-color: #3783BE;
}
.BgClassName
{
background-color: #3783BE;
}
</style>
border-color css
<style>
span { border-color: #3783BE; }
span { border-color: rgb(55,131,190); }
td.TdClassName
{
border-color: #3783BE;
}
.TagClassName
{
border-color: #3783BE;
}
</style>