Shades of Curious Blue #3391BA
Tints of Curious Blue #3391BA
RGB
CMYK
RGB Variations
Color information
#3391BA (or 0x3391BA) is known color: Curious Blue. HEX triplet: 33, 91 and BA. RGB value is (51,145,186). Sum of RGB (Red+Green+Blue) = 51+145+186=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #3391BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391BA is #CC6E45. Grayscale: #797979. Windows color (decimal): -13397574 or 12226867. OLE color: 12226867.
HSL color Cylindrical-coordinate representation of color #3391BA: hue angle of 198.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3391BA is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 145 | 186 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.27 |
| HSL | 198.22º | 0.57% | 0.46% | - |
| HSV(B) | 198.22º | 0.73% | 0.73% | - |
| XYZ | 20.35 | 24.5 | 50.11 | - |
| YUV | 121.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 186 | 0.73 | 0.22 | 0 | 0.27 | 198.22 | 0.57 | 0.46 |
| Hex | 33 | 91 | BA | 49 | 16 | 0 | 1B | C6 | 39 | 2E |
| Octal | 63 | 221 | 272 | 111 | 26 | 0 | 33 | 306 | 71 | 56 |
| Binary | 110011 | 10010001 | 10111010 | 1001001 | 10110 | 0 | 11011 | 11000110 | 111001 | 101110 |
Color Harmonies of #3391BA
Complementary color
Monochromatic Colors of #3391BA
Black with #3391BA
Text Example
Text Example
White with #3391BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3391BA; }
p { color: rgb(51,145,186); }
H1.HeaderClassName
{
color: #3391BA;
}
.AnyTagClassName
{
color: #3391BA;
}
</style>
background-color css
<style>
a { background-color: #3391BA; }
a { background-color: rgb(51,145,186); }
div.DivClassName
{
background-color: #3391BA;
}
.BgClassName
{
background-color: #3391BA;
}
</style>
border-color css
<style>
span { border-color: #3391BA; }
span { border-color: rgb(51,145,186); }
td.TdClassName
{
border-color: #3391BA;
}
.TagClassName
{
border-color: #3391BA;
}
</style>