Shades of Curious Blue #3A96BE
Tints of Curious Blue #3A96BE
RGB
CMYK
RGB Variations
Color information
#3A96BE (or 0x3A96BE) is known color: Curious Blue. HEX triplet: 3A, 96 and BE. RGB value is (58,150,190). Sum of RGB (Red+Green+Blue) = 58+150+190=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A96BE is #C56941. Grayscale: #7E7E7E. Windows color (decimal): -12937538 or 12490298. OLE color: 12490298.
HSL color Cylindrical-coordinate representation of color #3A96BE: hue angle of 198.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A96BE is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 150 | 190 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.25 |
| HSL | 198.18º | 0.53% | 0.49% | - |
| HSV(B) | 198.18º | 0.69% | 0.75% | - |
| XYZ | 21.95 | 26.43 | 52.66 | - |
| YUV | 127.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 190 | 0.69 | 0.21 | 0 | 0.25 | 198.18 | 0.53 | 0.49 |
| Hex | 3A | 96 | BE | 45 | 15 | 0 | 19 | C6 | 35 | 31 |
| Octal | 72 | 226 | 276 | 105 | 25 | 0 | 31 | 306 | 65 | 61 |
| Binary | 111010 | 10010110 | 10111110 | 1000101 | 10101 | 0 | 11001 | 11000110 | 110101 | 110001 |
Color Harmonies of #3A96BE
Complementary color
Monochromatic Colors of #3A96BE
Black with #3A96BE
Text Example
Text Example
White with #3A96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A96BE; }
p { color: rgb(58,150,190); }
H1.HeaderClassName
{
color: #3A96BE;
}
.AnyTagClassName
{
color: #3A96BE;
}
</style>
background-color css
<style>
a { background-color: #3A96BE; }
a { background-color: rgb(58,150,190); }
div.DivClassName
{
background-color: #3A96BE;
}
.BgClassName
{
background-color: #3A96BE;
}
</style>
border-color css
<style>
span { border-color: #3A96BE; }
span { border-color: rgb(58,150,190); }
td.TdClassName
{
border-color: #3A96BE;
}
.TagClassName
{
border-color: #3A96BE;
}
</style>