Shades of Curious Blue #3C96BE
Tints of Curious Blue #3C96BE
RGB
CMYK
RGB Variations
Color information
#3C96BE (or 0x3C96BE) is known color: Curious Blue. HEX triplet: 3C, 96 and BE. RGB value is (60,150,190). Sum of RGB (Red+Green+Blue) = 60+150+190=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C96BE is #C36941. Grayscale: #7F7F7F. Windows color (decimal): -12806466 or 12490300. OLE color: 12490300.
HSL color Cylindrical-coordinate representation of color #3C96BE: hue angle of 198.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C96BE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 150 | 190 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.25 |
| HSL | 198.46º | 0.52% | 0.49% | - |
| HSV(B) | 198.46º | 0.68% | 0.75% | - |
| XYZ | 22.06 | 26.49 | 52.67 | - |
| YUV | 127.65 | 163.18 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 190 | 0.68 | 0.21 | 0 | 0.25 | 198.46 | 0.52 | 0.49 |
| Hex | 3C | 96 | BE | 44 | 15 | 0 | 19 | C6 | 34 | 31 |
| Octal | 74 | 226 | 276 | 104 | 25 | 0 | 31 | 306 | 64 | 61 |
| Binary | 111100 | 10010110 | 10111110 | 1000100 | 10101 | 0 | 11001 | 11000110 | 110100 | 110001 |
Color Harmonies of #3C96BE
Complementary color
Monochromatic Colors of #3C96BE
Black with #3C96BE
Text Example
Text Example
White with #3C96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96BE; }
p { color: rgb(60,150,190); }
H1.HeaderClassName
{
color: #3C96BE;
}
.AnyTagClassName
{
color: #3C96BE;
}
</style>
background-color css
<style>
a { background-color: #3C96BE; }
a { background-color: rgb(60,150,190); }
div.DivClassName
{
background-color: #3C96BE;
}
.BgClassName
{
background-color: #3C96BE;
}
</style>
border-color css
<style>
span { border-color: #3C96BE; }
span { border-color: rgb(60,150,190); }
td.TdClassName
{
border-color: #3C96BE;
}
.TagClassName
{
border-color: #3C96BE;
}
</style>