Shades of Curious Blue #3281CD
Tints of Curious Blue #3281CD
RGB
CMYK
RGB Variations
Color information
#3281CD (or 0x3281CD) is known color: Curious Blue. HEX triplet: 32, 81 and CD. RGB value is (50,129,205). Sum of RGB (Red+Green+Blue) = 50+129+205=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #3281CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3281CD is #CD7E32. Grayscale: #717171. Windows color (decimal): -13467187 or 13467954. OLE color: 13467954.
HSL color Cylindrical-coordinate representation of color #3281CD: hue angle of 209.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3281CD is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 129 | 205 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.20 |
| HSL | 209.42º | 0.61% | 0.5% | - |
| HSV(B) | 209.42º | 0.76% | 0.8% | - |
| XYZ | 20.19 | 20.79 | 60.71 | - |
| YUV | 114.04 | 179.33 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 205 | 0.76 | 0.37 | 0 | 0.20 | 209.42 | 0.61 | 0.5 |
| Hex | 32 | 81 | CD | 4C | 25 | 0 | 14 | D1 | 3D | 32 |
| Octal | 62 | 201 | 315 | 114 | 45 | 0 | 24 | 321 | 75 | 62 |
| Binary | 110010 | 10000001 | 11001101 | 1001100 | 100101 | 0 | 10100 | 11010001 | 111101 | 110010 |
Color Harmonies of #3281CD
Complementary color
Monochromatic Colors of #3281CD
Black with #3281CD
Text Example
Text Example
White with #3281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281CD; }
p { color: rgb(50,129,205); }
H1.HeaderClassName
{
color: #3281CD;
}
.AnyTagClassName
{
color: #3281CD;
}
</style>
background-color css
<style>
a { background-color: #3281CD; }
a { background-color: rgb(50,129,205); }
div.DivClassName
{
background-color: #3281CD;
}
.BgClassName
{
background-color: #3281CD;
}
</style>
border-color css
<style>
span { border-color: #3281CD; }
span { border-color: rgb(50,129,205); }
td.TdClassName
{
border-color: #3281CD;
}
.TagClassName
{
border-color: #3281CD;
}
</style>