Shades of Curious Blue #3282CC
Tints of Curious Blue #3282CC
RGB
CMYK
RGB Variations
Color information
#3282CC (or 0x3282CC) is known color: Curious Blue. HEX triplet: 32, 82 and CC. RGB value is (50,130,204). Sum of RGB (Red+Green+Blue) = 50+130+204=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #3282CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3282CC is #CD7D33. Grayscale: #727272. Windows color (decimal): -13466932 or 13402674. OLE color: 13402674.
HSL color Cylindrical-coordinate representation of color #3282CC: hue angle of 208.83º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3282CC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 130 | 204 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.2 |
| HSL | 208.83º | 0.61% | 0.5% | - |
| HSV(B) | 208.83º | 0.75% | 0.8% | - |
| XYZ | 20.2 | 21 | 60.12 | - |
| YUV | 114.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 204 | 0.75 | 0.36 | 0 | 0.2 | 208.83 | 0.61 | 0.5 |
| Hex | 32 | 82 | CC | 4B | 24 | 0 | 14 | D1 | 3D | 32 |
| Octal | 62 | 202 | 314 | 113 | 44 | 0 | 24 | 321 | 75 | 62 |
| Binary | 110010 | 10000010 | 11001100 | 1001011 | 100100 | 0 | 10100 | 11010001 | 111101 | 110010 |
Color Harmonies of #3282CC
Complementary color
Monochromatic Colors of #3282CC
Black with #3282CC
Text Example
Text Example
White with #3282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3282CC; }
p { color: rgb(50,130,204); }
H1.HeaderClassName
{
color: #3282CC;
}
.AnyTagClassName
{
color: #3282CC;
}
</style>
background-color css
<style>
a { background-color: #3282CC; }
a { background-color: rgb(50,130,204); }
div.DivClassName
{
background-color: #3282CC;
}
.BgClassName
{
background-color: #3282CC;
}
</style>
border-color css
<style>
span { border-color: #3282CC; }
span { border-color: rgb(50,130,204); }
td.TdClassName
{
border-color: #3282CC;
}
.TagClassName
{
border-color: #3282CC;
}
</style>