Shades of Curious Blue #3283C9
Tints of Curious Blue #3283C9
RGB
CMYK
RGB Variations
Color information
#3283C9 (or 0x3283C9) is known color: Curious Blue. HEX triplet: 32, 83 and C9. RGB value is (50,131,201). Sum of RGB (Red+Green+Blue) = 50+131+201=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #3283C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283C9 is #CD7C36. Grayscale: #727272. Windows color (decimal): -13466679 or 13206322. OLE color: 13206322.
HSL color Cylindrical-coordinate representation of color #3283C9: hue angle of 207.81º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3283C9 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 131 | 201 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.21 |
| HSL | 207.81º | 0.6% | 0.49% | - |
| HSV(B) | 207.81º | 0.75% | 0.79% | - |
| XYZ | 19.97 | 21.13 | 58.28 | - |
| YUV | 114.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 201 | 0.75 | 0.35 | 0 | 0.21 | 207.81 | 0.6 | 0.49 |
| Hex | 32 | 83 | C9 | 4B | 23 | 0 | 15 | D0 | 3C | 31 |
| Octal | 62 | 203 | 311 | 113 | 43 | 0 | 25 | 320 | 74 | 61 |
| Binary | 110010 | 10000011 | 11001001 | 1001011 | 100011 | 0 | 10101 | 11010000 | 111100 | 110001 |
Color Harmonies of #3283C9
Complementary color
Monochromatic Colors of #3283C9
Black with #3283C9
Text Example
Text Example
White with #3283C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283C9; }
p { color: rgb(50,131,201); }
H1.HeaderClassName
{
color: #3283C9;
}
.AnyTagClassName
{
color: #3283C9;
}
</style>
background-color css
<style>
a { background-color: #3283C9; }
a { background-color: rgb(50,131,201); }
div.DivClassName
{
background-color: #3283C9;
}
.BgClassName
{
background-color: #3283C9;
}
</style>
border-color css
<style>
span { border-color: #3283C9; }
span { border-color: rgb(50,131,201); }
td.TdClassName
{
border-color: #3283C9;
}
.TagClassName
{
border-color: #3283C9;
}
</style>