Shades of Curious Blue #3283CE
Tints of Curious Blue #3283CE
RGB
CMYK
RGB Variations
Color information
#3283CE (or 0x3283CE) is known color: Curious Blue. HEX triplet: 32, 83 and CE. RGB value is (50,131,206). Sum of RGB (Red+Green+Blue) = 50+131+206=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3283CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283CE is #CD7C31. Grayscale: #727272. Windows color (decimal): -13466674 or 13534002. OLE color: 13534002.
HSL color Cylindrical-coordinate representation of color #3283CE: hue angle of 208.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3283CE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 131 | 206 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.19 |
| HSL | 208.85º | 0.61% | 0.5% | - |
| HSV(B) | 208.85º | 0.76% | 0.81% | - |
| XYZ | 20.57 | 21.37 | 61.43 | - |
| YUV | 115.33 | 179.16 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 206 | 0.76 | 0.36 | 0 | 0.19 | 208.85 | 0.61 | 0.5 |
| Hex | 32 | 83 | CE | 4C | 24 | 0 | 13 | D1 | 3D | 32 |
| Octal | 62 | 203 | 316 | 114 | 44 | 0 | 23 | 321 | 75 | 62 |
| Binary | 110010 | 10000011 | 11001110 | 1001100 | 100100 | 0 | 10011 | 11010001 | 111101 | 110010 |
Color Harmonies of #3283CE
Complementary color
Monochromatic Colors of #3283CE
Black with #3283CE
Text Example
Text Example
White with #3283CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283CE; }
p { color: rgb(50,131,206); }
H1.HeaderClassName
{
color: #3283CE;
}
.AnyTagClassName
{
color: #3283CE;
}
</style>
background-color css
<style>
a { background-color: #3283CE; }
a { background-color: rgb(50,131,206); }
div.DivClassName
{
background-color: #3283CE;
}
.BgClassName
{
background-color: #3283CE;
}
</style>
border-color css
<style>
span { border-color: #3283CE; }
span { border-color: rgb(50,131,206); }
td.TdClassName
{
border-color: #3283CE;
}
.TagClassName
{
border-color: #3283CE;
}
</style>