Shades of Curious Blue #3392BA
Tints of Curious Blue #3392BA
RGB
CMYK
RGB Variations
Color information
#3392BA (or 0x3392BA) is known color: Curious Blue. HEX triplet: 33, 92 and BA. RGB value is (51,146,186). Sum of RGB (Red+Green+Blue) = 51+146+186=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #3392BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392BA is #CC6D45. Grayscale: #797979. Windows color (decimal): -13397318 or 12227123. OLE color: 12227123.
HSL color Cylindrical-coordinate representation of color #3392BA: hue angle of 197.78º 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 #3392BA is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 146 | 186 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.27 |
| HSL | 197.78º | 0.57% | 0.46% | - |
| HSV(B) | 197.78º | 0.73% | 0.73% | - |
| XYZ | 20.51 | 24.81 | 50.16 | - |
| YUV | 122.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 186 | 0.73 | 0.22 | 0 | 0.27 | 197.78 | 0.57 | 0.46 |
| Hex | 33 | 92 | BA | 49 | 16 | 0 | 1B | C6 | 39 | 2E |
| Octal | 63 | 222 | 272 | 111 | 26 | 0 | 33 | 306 | 71 | 56 |
| Binary | 110011 | 10010010 | 10111010 | 1001001 | 10110 | 0 | 11011 | 11000110 | 111001 | 101110 |
Color Harmonies of #3392BA
Complementary color
Monochromatic Colors of #3392BA
Black with #3392BA
Text Example
Text Example
White with #3392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3392BA; }
p { color: rgb(51,146,186); }
H1.HeaderClassName
{
color: #3392BA;
}
.AnyTagClassName
{
color: #3392BA;
}
</style>
background-color css
<style>
a { background-color: #3392BA; }
a { background-color: rgb(51,146,186); }
div.DivClassName
{
background-color: #3392BA;
}
.BgClassName
{
background-color: #3392BA;
}
</style>
border-color css
<style>
span { border-color: #3392BA; }
span { border-color: rgb(51,146,186); }
td.TdClassName
{
border-color: #3392BA;
}
.TagClassName
{
border-color: #3392BA;
}
</style>