Shades of Curious Blue #3392BF
Tints of Curious Blue #3392BF
RGB
CMYK
RGB Variations
Color information
#3392BF (or 0x3392BF) is known color: Curious Blue. HEX triplet: 33, 92 and BF. RGB value is (51,146,191). Sum of RGB (Red+Green+Blue) = 51+146+191=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #3392BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392BF is #CC6D40. Grayscale: #7A7A7A. Windows color (decimal): -13397313 or 12554803. OLE color: 12554803.
HSL color Cylindrical-coordinate representation of color #3392BF: hue angle of 199.29º 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 #3392BF is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 146 | 191 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.25 |
| HSL | 199.29º | 0.58% | 0.47% | - |
| HSV(B) | 199.29º | 0.73% | 0.75% | - |
| XYZ | 21.05 | 25.02 | 53.01 | - |
| YUV | 122.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 191 | 0.73 | 0.24 | 0 | 0.25 | 199.29 | 0.58 | 0.47 |
| Hex | 33 | 92 | BF | 49 | 18 | 0 | 19 | C7 | 3A | 2F |
| Octal | 63 | 222 | 277 | 111 | 30 | 0 | 31 | 307 | 72 | 57 |
| Binary | 110011 | 10010010 | 10111111 | 1001001 | 11000 | 0 | 11001 | 11000111 | 111010 | 101111 |
Color Harmonies of #3392BF
Complementary color
Monochromatic Colors of #3392BF
Black with #3392BF
Text Example
Text Example
White with #3392BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3392BF; }
p { color: rgb(51,146,191); }
H1.HeaderClassName
{
color: #3392BF;
}
.AnyTagClassName
{
color: #3392BF;
}
</style>
background-color css
<style>
a { background-color: #3392BF; }
a { background-color: rgb(51,146,191); }
div.DivClassName
{
background-color: #3392BF;
}
.BgClassName
{
background-color: #3392BF;
}
</style>
border-color css
<style>
span { border-color: #3392BF; }
span { border-color: rgb(51,146,191); }
td.TdClassName
{
border-color: #3392BF;
}
.TagClassName
{
border-color: #3392BF;
}
</style>