Shades of Curious Blue #3283C1
Tints of Curious Blue #3283C1
RGB
CMYK
RGB Variations
Color information
#3283C1 (or 0x3283C1) is known color: Curious Blue. HEX triplet: 32, 83 and C1. RGB value is (50,131,193). Sum of RGB (Red+Green+Blue) = 50+131+193=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #3283C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283C1 is #CD7C3E. Grayscale: #717171. Windows color (decimal): -13466687 or 12682034. OLE color: 12682034.
HSL color Cylindrical-coordinate representation of color #3283C1: hue angle of 206.01º 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 #3283C1 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 131 | 193 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.24 |
| HSL | 206.01º | 0.59% | 0.48% | - |
| HSV(B) | 206.01º | 0.74% | 0.76% | - |
| XYZ | 19.06 | 20.76 | 53.45 | - |
| YUV | 113.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 193 | 0.74 | 0.32 | 0 | 0.24 | 206.01 | 0.59 | 0.48 |
| Hex | 32 | 83 | C1 | 4A | 20 | 0 | 18 | CE | 3B | 30 |
| Octal | 62 | 203 | 301 | 112 | 40 | 0 | 30 | 316 | 73 | 60 |
| Binary | 110010 | 10000011 | 11000001 | 1001010 | 100000 | 0 | 11000 | 11001110 | 111011 | 110000 |
Color Harmonies of #3283C1
Complementary color
Monochromatic Colors of #3283C1
Black with #3283C1
Text Example
Text Example
White with #3283C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283C1; }
p { color: rgb(50,131,193); }
H1.HeaderClassName
{
color: #3283C1;
}
.AnyTagClassName
{
color: #3283C1;
}
</style>
background-color css
<style>
a { background-color: #3283C1; }
a { background-color: rgb(50,131,193); }
div.DivClassName
{
background-color: #3283C1;
}
.BgClassName
{
background-color: #3283C1;
}
</style>
border-color css
<style>
span { border-color: #3283C1; }
span { border-color: rgb(50,131,193); }
td.TdClassName
{
border-color: #3283C1;
}
.TagClassName
{
border-color: #3283C1;
}
</style>