Shades of Curious Blue #3394BF
Tints of Curious Blue #3394BF
RGB
CMYK
RGB Variations
Color information
#3394BF (or 0x3394BF) is known color: Curious Blue. HEX triplet: 33, 94 and BF. RGB value is (51,148,191). Sum of RGB (Red+Green+Blue) = 51+148+191=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #3394BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BF is #CC6B40. Grayscale: #7B7B7B. Windows color (decimal): -13396801 or 12555315. OLE color: 12555315.
HSL color Cylindrical-coordinate representation of color #3394BF: hue angle of 198.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3394BF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 148 | 191 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.25 |
| HSL | 198.43º | 0.58% | 0.47% | - |
| HSV(B) | 198.43º | 0.73% | 0.75% | - |
| XYZ | 21.36 | 25.65 | 53.11 | - |
| YUV | 123.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 191 | 0.73 | 0.23 | 0 | 0.25 | 198.43 | 0.58 | 0.47 |
| Hex | 33 | 94 | BF | 49 | 17 | 0 | 19 | C6 | 3A | 2F |
| Octal | 63 | 224 | 277 | 111 | 27 | 0 | 31 | 306 | 72 | 57 |
| Binary | 110011 | 10010100 | 10111111 | 1001001 | 10111 | 0 | 11001 | 11000110 | 111010 | 101111 |
Color Harmonies of #3394BF
Complementary color
Monochromatic Colors of #3394BF
Black with #3394BF
Text Example
Text Example
White with #3394BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394BF; }
p { color: rgb(51,148,191); }
H1.HeaderClassName
{
color: #3394BF;
}
.AnyTagClassName
{
color: #3394BF;
}
</style>
background-color css
<style>
a { background-color: #3394BF; }
a { background-color: rgb(51,148,191); }
div.DivClassName
{
background-color: #3394BF;
}
.BgClassName
{
background-color: #3394BF;
}
</style>
border-color css
<style>
span { border-color: #3394BF; }
span { border-color: rgb(51,148,191); }
td.TdClassName
{
border-color: #3394BF;
}
.TagClassName
{
border-color: #3394BF;
}
</style>