Shades of Curious Blue #3293BE
Tints of Curious Blue #3293BE
RGB
CMYK
RGB Variations
Color information
#3293BE (or 0x3293BE) is known color: Curious Blue. HEX triplet: 32, 93 and BE. RGB value is (50,147,190). Sum of RGB (Red+Green+Blue) = 50+147+190=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #3293BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3293BE is #CD6C41. Grayscale: #7A7A7A. Windows color (decimal): -13462594 or 12489522. OLE color: 12489522.
HSL color Cylindrical-coordinate representation of color #3293BE: 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.74%. Process color model (Four color, CMYK) of #3293BE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 147 | 190 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.25 |
| HSL | 198.43º | 0.58% | 0.47% | - |
| HSV(B) | 198.43º | 0.74% | 0.75% | - |
| XYZ | 21.04 | 25.26 | 52.48 | - |
| YUV | 122.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 190 | 0.74 | 0.23 | 0 | 0.25 | 198.43 | 0.58 | 0.47 |
| Hex | 32 | 93 | BE | 4A | 17 | 0 | 19 | C6 | 3A | 2F |
| Octal | 62 | 223 | 276 | 112 | 27 | 0 | 31 | 306 | 72 | 57 |
| Binary | 110010 | 10010011 | 10111110 | 1001010 | 10111 | 0 | 11001 | 11000110 | 111010 | 101111 |
Color Harmonies of #3293BE
Complementary color
Monochromatic Colors of #3293BE
Black with #3293BE
Text Example
Text Example
White with #3293BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3293BE; }
p { color: rgb(50,147,190); }
H1.HeaderClassName
{
color: #3293BE;
}
.AnyTagClassName
{
color: #3293BE;
}
</style>
background-color css
<style>
a { background-color: #3293BE; }
a { background-color: rgb(50,147,190); }
div.DivClassName
{
background-color: #3293BE;
}
.BgClassName
{
background-color: #3293BE;
}
</style>
border-color css
<style>
span { border-color: #3293BE; }
span { border-color: rgb(50,147,190); }
td.TdClassName
{
border-color: #3293BE;
}
.TagClassName
{
border-color: #3293BE;
}
</style>