Shades of Curious Blue #3B96C5
Tints of Curious Blue #3B96C5
RGB
CMYK
RGB Variations
Color information
#3B96C5 (or 0x3B96C5) is known color: Curious Blue. HEX triplet: 3B, 96 and C5. RGB value is (59,150,197). Sum of RGB (Red+Green+Blue) = 59+150+197=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #3B96C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B96C5 is #C4693A. Grayscale: #7F7F7F. Windows color (decimal): -12871995 or 12949051. OLE color: 12949051.
HSL color Cylindrical-coordinate representation of color #3B96C5: hue angle of 200.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B96C5 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 150 | 197 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.23 |
| HSL | 200.43º | 0.54% | 0.5% | - |
| HSV(B) | 200.43º | 0.7% | 0.77% | - |
| XYZ | 22.79 | 26.77 | 56.79 | - |
| YUV | 128.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 197 | 0.70 | 0.24 | 0 | 0.23 | 200.43 | 0.54 | 0.5 |
| Hex | 3B | 96 | C5 | 46 | 18 | 0 | 17 | C8 | 36 | 32 |
| Octal | 73 | 226 | 305 | 106 | 30 | 0 | 27 | 310 | 66 | 62 |
| Binary | 111011 | 10010110 | 11000101 | 1000110 | 11000 | 0 | 10111 | 11001000 | 110110 | 110010 |
Color Harmonies of #3B96C5
Complementary color
Monochromatic Colors of #3B96C5
Black with #3B96C5
Text Example
Text Example
White with #3B96C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B96C5; }
p { color: rgb(59,150,197); }
H1.HeaderClassName
{
color: #3B96C5;
}
.AnyTagClassName
{
color: #3B96C5;
}
</style>
background-color css
<style>
a { background-color: #3B96C5; }
a { background-color: rgb(59,150,197); }
div.DivClassName
{
background-color: #3B96C5;
}
.BgClassName
{
background-color: #3B96C5;
}
</style>
border-color css
<style>
span { border-color: #3B96C5; }
span { border-color: rgb(59,150,197); }
td.TdClassName
{
border-color: #3B96C5;
}
.TagClassName
{
border-color: #3B96C5;
}
</style>