Shades of Curious Blue #3193C2
Tints of Curious Blue #3193C2
RGB
CMYK
RGB Variations
Color information
#3193C2 (or 0x3193C2) is known color: Curious Blue. HEX triplet: 31, 93 and C2. RGB value is (49,147,194). Sum of RGB (Red+Green+Blue) = 49+147+194=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #3193C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193C2 is #CE6C3D. Grayscale: #7A7A7A. Windows color (decimal): -13528126 or 12751665. OLE color: 12751665.
HSL color Cylindrical-coordinate representation of color #3193C2: hue angle of 199.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3193C2 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 147 | 194 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.24 |
| HSL | 199.45º | 0.6% | 0.48% | - |
| HSV(B) | 199.45º | 0.75% | 0.76% | - |
| XYZ | 21.44 | 25.42 | 54.81 | - |
| YUV | 123.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 194 | 0.75 | 0.24 | 0 | 0.24 | 199.45 | 0.6 | 0.48 |
| Hex | 31 | 93 | C2 | 4B | 18 | 0 | 18 | C7 | 3C | 30 |
| Octal | 61 | 223 | 302 | 113 | 30 | 0 | 30 | 307 | 74 | 60 |
| Binary | 110001 | 10010011 | 11000010 | 1001011 | 11000 | 0 | 11000 | 11000111 | 111100 | 110000 |
Color Harmonies of #3193C2
Complementary color
Monochromatic Colors of #3193C2
Black with #3193C2
Text Example
Text Example
White with #3193C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193C2; }
p { color: rgb(49,147,194); }
H1.HeaderClassName
{
color: #3193C2;
}
.AnyTagClassName
{
color: #3193C2;
}
</style>
background-color css
<style>
a { background-color: #3193C2; }
a { background-color: rgb(49,147,194); }
div.DivClassName
{
background-color: #3193C2;
}
.BgClassName
{
background-color: #3193C2;
}
</style>
border-color css
<style>
span { border-color: #3193C2; }
span { border-color: rgb(49,147,194); }
td.TdClassName
{
border-color: #3193C2;
}
.TagClassName
{
border-color: #3193C2;
}
</style>