Shades of Curious Blue #3293C1
Tints of Curious Blue #3293C1
RGB
CMYK
RGB Variations
Color information
#3293C1 (or 0x3293C1) is known color: Curious Blue. HEX triplet: 32, 93 and C1. RGB value is (50,147,193). Sum of RGB (Red+Green+Blue) = 50+147+193=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #3293C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3293C1 is #CD6C3E. Grayscale: #7A7A7A. Windows color (decimal): -13462591 or 12686130. OLE color: 12686130.
HSL color Cylindrical-coordinate representation of color #3293C1: hue angle of 199.3º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3293C1 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 147 | 193 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.24 |
| HSL | 199.3º | 0.59% | 0.48% | - |
| HSV(B) | 199.3º | 0.74% | 0.76% | - |
| XYZ | 21.37 | 25.4 | 54.23 | - |
| YUV | 123.24 | 167.36 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 193 | 0.74 | 0.24 | 0 | 0.24 | 199.3 | 0.59 | 0.48 |
| Hex | 32 | 93 | C1 | 4A | 18 | 0 | 18 | C7 | 3B | 30 |
| Octal | 62 | 223 | 301 | 112 | 30 | 0 | 30 | 307 | 73 | 60 |
| Binary | 110010 | 10010011 | 11000001 | 1001010 | 11000 | 0 | 11000 | 11000111 | 111011 | 110000 |
Color Harmonies of #3293C1
Complementary color
Monochromatic Colors of #3293C1
Black with #3293C1
Text Example
Text Example
White with #3293C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3293C1; }
p { color: rgb(50,147,193); }
H1.HeaderClassName
{
color: #3293C1;
}
.AnyTagClassName
{
color: #3293C1;
}
</style>
background-color css
<style>
a { background-color: #3293C1; }
a { background-color: rgb(50,147,193); }
div.DivClassName
{
background-color: #3293C1;
}
.BgClassName
{
background-color: #3293C1;
}
</style>
border-color css
<style>
span { border-color: #3293C1; }
span { border-color: rgb(50,147,193); }
td.TdClassName
{
border-color: #3293C1;
}
.TagClassName
{
border-color: #3293C1;
}
</style>