Shades of Curious Blue #3B97C3
Tints of Curious Blue #3B97C3
RGB
CMYK
RGB Variations
Color information
#3B97C3 (or 0x3B97C3) is known color: Curious Blue. HEX triplet: 3B, 97 and C3. RGB value is (59,151,195). Sum of RGB (Red+Green+Blue) = 59+151+195=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #3B97C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B97C3 is #C4683C. Grayscale: #808080. Windows color (decimal): -12871741 or 12818235. OLE color: 12818235.
HSL color Cylindrical-coordinate representation of color #3B97C3: hue angle of 199.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B97C3 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 151 | 195 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.24 |
| HSL | 199.41º | 0.54% | 0.5% | - |
| HSV(B) | 199.41º | 0.7% | 0.76% | - |
| XYZ | 22.72 | 27 | 55.64 | - |
| YUV | 128.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 195 | 0.70 | 0.23 | 0 | 0.24 | 199.41 | 0.54 | 0.5 |
| Hex | 3B | 97 | C3 | 46 | 17 | 0 | 18 | C7 | 36 | 32 |
| Octal | 73 | 227 | 303 | 106 | 27 | 0 | 30 | 307 | 66 | 62 |
| Binary | 111011 | 10010111 | 11000011 | 1000110 | 10111 | 0 | 11000 | 11000111 | 110110 | 110010 |
Color Harmonies of #3B97C3
Complementary color
Monochromatic Colors of #3B97C3
Black with #3B97C3
Text Example
Text Example
White with #3B97C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B97C3; }
p { color: rgb(59,151,195); }
H1.HeaderClassName
{
color: #3B97C3;
}
.AnyTagClassName
{
color: #3B97C3;
}
</style>
background-color css
<style>
a { background-color: #3B97C3; }
a { background-color: rgb(59,151,195); }
div.DivClassName
{
background-color: #3B97C3;
}
.BgClassName
{
background-color: #3B97C3;
}
</style>
border-color css
<style>
span { border-color: #3B97C3; }
span { border-color: rgb(59,151,195); }
td.TdClassName
{
border-color: #3B97C3;
}
.TagClassName
{
border-color: #3B97C3;
}
</style>