Shades of Curious Blue #3B83BC
Tints of Curious Blue #3B83BC
RGB
CMYK
RGB Variations
Color information
#3B83BC (or 0x3B83BC) is known color: Curious Blue. HEX triplet: 3B, 83 and BC. RGB value is (59,131,188). Sum of RGB (Red+Green+Blue) = 59+131+188=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B83BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B83BC is #C47C43. Grayscale: #737373. Windows color (decimal): -12876868 or 12354363. OLE color: 12354363.
HSL color Cylindrical-coordinate representation of color #3B83BC: hue angle of 206.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B83BC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 131 | 188 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.26 |
| HSL | 206.51º | 0.52% | 0.48% | - |
| HSV(B) | 206.51º | 0.69% | 0.74% | - |
| XYZ | 19 | 20.79 | 50.59 | - |
| YUV | 115.97 | 168.65 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 188 | 0.69 | 0.30 | 0 | 0.26 | 206.51 | 0.52 | 0.48 |
| Hex | 3B | 83 | BC | 45 | 1E | 0 | 1A | CF | 34 | 30 |
| Octal | 73 | 203 | 274 | 105 | 36 | 0 | 32 | 317 | 64 | 60 |
| Binary | 111011 | 10000011 | 10111100 | 1000101 | 11110 | 0 | 11010 | 11001111 | 110100 | 110000 |
Color Harmonies of #3B83BC
Complementary color
Monochromatic Colors of #3B83BC
Black with #3B83BC
Text Example
Text Example
White with #3B83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B83BC; }
p { color: rgb(59,131,188); }
H1.HeaderClassName
{
color: #3B83BC;
}
.AnyTagClassName
{
color: #3B83BC;
}
</style>
background-color css
<style>
a { background-color: #3B83BC; }
a { background-color: rgb(59,131,188); }
div.DivClassName
{
background-color: #3B83BC;
}
.BgClassName
{
background-color: #3B83BC;
}
</style>
border-color css
<style>
span { border-color: #3B83BC; }
span { border-color: rgb(59,131,188); }
td.TdClassName
{
border-color: #3B83BC;
}
.TagClassName
{
border-color: #3B83BC;
}
</style>