Shades of Curious Blue #3B91BC
Tints of Curious Blue #3B91BC
RGB
CMYK
RGB Variations
Color information
#3B91BC (or 0x3B91BC) is known color: Curious Blue. HEX triplet: 3B, 91 and BC. RGB value is (59,145,188). Sum of RGB (Red+Green+Blue) = 59+145+188=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B91BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B91BC is #C46E43. Grayscale: #7B7B7B. Windows color (decimal): -12873284 or 12357947. OLE color: 12357947.
HSL color Cylindrical-coordinate representation of color #3B91BC: hue angle of 200º 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 #3B91BC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 145 | 188 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.26 |
| HSL | 200º | 0.52% | 0.48% | - |
| HSV(B) | 200º | 0.69% | 0.74% | - |
| XYZ | 21.01 | 24.81 | 51.26 | - |
| YUV | 124.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 188 | 0.69 | 0.23 | 0 | 0.26 | 200 | 0.52 | 0.48 |
| Hex | 3B | 91 | BC | 45 | 17 | 0 | 1A | C8 | 34 | 30 |
| Octal | 73 | 221 | 274 | 105 | 27 | 0 | 32 | 310 | 64 | 60 |
| Binary | 111011 | 10010001 | 10111100 | 1000101 | 10111 | 0 | 11010 | 11001000 | 110100 | 110000 |
Color Harmonies of #3B91BC
Complementary color
Monochromatic Colors of #3B91BC
Black with #3B91BC
Text Example
Text Example
White with #3B91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B91BC; }
p { color: rgb(59,145,188); }
H1.HeaderClassName
{
color: #3B91BC;
}
.AnyTagClassName
{
color: #3B91BC;
}
</style>
background-color css
<style>
a { background-color: #3B91BC; }
a { background-color: rgb(59,145,188); }
div.DivClassName
{
background-color: #3B91BC;
}
.BgClassName
{
background-color: #3B91BC;
}
</style>
border-color css
<style>
span { border-color: #3B91BC; }
span { border-color: rgb(59,145,188); }
td.TdClassName
{
border-color: #3B91BC;
}
.TagClassName
{
border-color: #3B91BC;
}
</style>