Shades of Curious Blue #3282BC
Tints of Curious Blue #3282BC
RGB
CMYK
RGB Variations
Color information
#3282BC (or 0x3282BC) is known color: Curious Blue. HEX triplet: 32, 82 and BC. RGB value is (50,130,188). Sum of RGB (Red+Green+Blue) = 50+130+188=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #3282BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3282BC is #CD7D43. Grayscale: #707070. Windows color (decimal): -13466948 or 12354098. OLE color: 12354098.
HSL color Cylindrical-coordinate representation of color #3282BC: hue angle of 205.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3282BC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 130 | 188 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.26 |
| HSL | 205.22º | 0.58% | 0.47% | - |
| HSV(B) | 205.22º | 0.73% | 0.74% | - |
| XYZ | 18.38 | 20.27 | 50.52 | - |
| YUV | 112.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 188 | 0.73 | 0.31 | 0 | 0.26 | 205.22 | 0.58 | 0.47 |
| Hex | 32 | 82 | BC | 49 | 1F | 0 | 1A | CD | 3A | 2F |
| Octal | 62 | 202 | 274 | 111 | 37 | 0 | 32 | 315 | 72 | 57 |
| Binary | 110010 | 10000010 | 10111100 | 1001001 | 11111 | 0 | 11010 | 11001101 | 111010 | 101111 |
Color Harmonies of #3282BC
Complementary color
Monochromatic Colors of #3282BC
Black with #3282BC
Text Example
Text Example
White with #3282BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3282BC; }
p { color: rgb(50,130,188); }
H1.HeaderClassName
{
color: #3282BC;
}
.AnyTagClassName
{
color: #3282BC;
}
</style>
background-color css
<style>
a { background-color: #3282BC; }
a { background-color: rgb(50,130,188); }
div.DivClassName
{
background-color: #3282BC;
}
.BgClassName
{
background-color: #3282BC;
}
</style>
border-color css
<style>
span { border-color: #3282BC; }
span { border-color: rgb(50,130,188); }
td.TdClassName
{
border-color: #3282BC;
}
.TagClassName
{
border-color: #3282BC;
}
</style>