Shades of Curious Blue #3B93BB
Tints of Curious Blue #3B93BB
RGB
CMYK
RGB Variations
Color information
#3B93BB (or 0x3B93BB) is known color: Curious Blue. HEX triplet: 3B, 93 and BB. RGB value is (59,147,187). Sum of RGB (Red+Green+Blue) = 59+147+187=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B93BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B93BB is #C46C44. Grayscale: #7D7D7D. Windows color (decimal): -12872773 or 12292923. OLE color: 12292923.
HSL color Cylindrical-coordinate representation of color #3B93BB: hue angle of 198.75º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B93BB is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 147 | 187 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.27 |
| HSL | 198.75º | 0.52% | 0.48% | - |
| HSV(B) | 198.75º | 0.68% | 0.73% | - |
| XYZ | 21.21 | 25.39 | 50.8 | - |
| YUV | 125.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 147 | 187 | 0.68 | 0.21 | 0 | 0.27 | 198.75 | 0.52 | 0.48 |
| Hex | 3B | 93 | BB | 44 | 15 | 0 | 1B | C7 | 34 | 30 |
| Octal | 73 | 223 | 273 | 104 | 25 | 0 | 33 | 307 | 64 | 60 |
| Binary | 111011 | 10010011 | 10111011 | 1000100 | 10101 | 0 | 11011 | 11000111 | 110100 | 110000 |
Color Harmonies of #3B93BB
Complementary color
Monochromatic Colors of #3B93BB
Black with #3B93BB
Text Example
Text Example
White with #3B93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B93BB; }
p { color: rgb(59,147,187); }
H1.HeaderClassName
{
color: #3B93BB;
}
.AnyTagClassName
{
color: #3B93BB;
}
</style>
background-color css
<style>
a { background-color: #3B93BB; }
a { background-color: rgb(59,147,187); }
div.DivClassName
{
background-color: #3B93BB;
}
.BgClassName
{
background-color: #3B93BB;
}
</style>
border-color css
<style>
span { border-color: #3B93BB; }
span { border-color: rgb(59,147,187); }
td.TdClassName
{
border-color: #3B93BB;
}
.TagClassName
{
border-color: #3B93BB;
}
</style>