Shades of Curious Blue #3B90BC
Tints of Curious Blue #3B90BC
RGB
CMYK
RGB Variations
Color information
#3B90BC (or 0x3B90BC) is known color: Curious Blue. HEX triplet: 3B, 90 and BC. RGB value is (59,144,188). Sum of RGB (Red+Green+Blue) = 59+144+188=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B90BC is #C46F43. Grayscale: #7B7B7B. Windows color (decimal): -12873540 or 12357691. OLE color: 12357691.
HSL color Cylindrical-coordinate representation of color #3B90BC: hue angle of 200.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B90BC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 144 | 188 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.26 |
| HSL | 200.47º | 0.52% | 0.48% | - |
| HSV(B) | 200.47º | 0.69% | 0.74% | - |
| XYZ | 20.85 | 24.51 | 51.21 | - |
| YUV | 123.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 188 | 0.69 | 0.23 | 0 | 0.26 | 200.47 | 0.52 | 0.48 |
| Hex | 3B | 90 | BC | 45 | 17 | 0 | 1A | C8 | 34 | 30 |
| Octal | 73 | 220 | 274 | 105 | 27 | 0 | 32 | 310 | 64 | 60 |
| Binary | 111011 | 10010000 | 10111100 | 1000101 | 10111 | 0 | 11010 | 11001000 | 110100 | 110000 |
Color Harmonies of #3B90BC
Complementary color
Monochromatic Colors of #3B90BC
Black with #3B90BC
Text Example
Text Example
White with #3B90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B90BC; }
p { color: rgb(59,144,188); }
H1.HeaderClassName
{
color: #3B90BC;
}
.AnyTagClassName
{
color: #3B90BC;
}
</style>
background-color css
<style>
a { background-color: #3B90BC; }
a { background-color: rgb(59,144,188); }
div.DivClassName
{
background-color: #3B90BC;
}
.BgClassName
{
background-color: #3B90BC;
}
</style>
border-color css
<style>
span { border-color: #3B90BC; }
span { border-color: rgb(59,144,188); }
td.TdClassName
{
border-color: #3B90BC;
}
.TagClassName
{
border-color: #3B90BC;
}
</style>