Shades of Curious Blue #3281AA
Tints of Curious Blue #3281AA
RGB
CMYK
RGB Variations
Color information
#3281AA (or 0x3281AA) is known color: Curious Blue. HEX triplet: 32, 81 and AA. RGB value is (50,129,170). Sum of RGB (Red+Green+Blue) = 50+129+170=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #3281AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3281AA is #CD7E55. Grayscale: #6D6D6D. Windows color (decimal): -13467222 or 11174194. OLE color: 11174194.
HSL color Cylindrical-coordinate representation of color #3281AA: hue angle of 200.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3281AA is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 129 | 170 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.33 |
| HSL | 200.5º | 0.55% | 0.43% | - |
| HSV(B) | 200.5º | 0.71% | 0.67% | - |
| XYZ | 16.42 | 19.28 | 40.89 | - |
| YUV | 110.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 170 | 0.71 | 0.24 | 0 | 0.33 | 200.5 | 0.55 | 0.43 |
| Hex | 32 | 81 | AA | 47 | 18 | 0 | 21 | C8 | 37 | 2B |
| Octal | 62 | 201 | 252 | 107 | 30 | 0 | 41 | 310 | 67 | 53 |
| Binary | 110010 | 10000001 | 10101010 | 1000111 | 11000 | 0 | 100001 | 11001000 | 110111 | 101011 |
Color Harmonies of #3281AA
Complementary color
Monochromatic Colors of #3281AA
Black with #3281AA
Text Example
Text Example
White with #3281AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3281AA; }
p { color: rgb(50,129,170); }
H1.HeaderClassName
{
color: #3281AA;
}
.AnyTagClassName
{
color: #3281AA;
}
</style>
background-color css
<style>
a { background-color: #3281AA; }
a { background-color: rgb(50,129,170); }
div.DivClassName
{
background-color: #3281AA;
}
.BgClassName
{
background-color: #3281AA;
}
</style>
border-color css
<style>
span { border-color: #3281AA; }
span { border-color: rgb(50,129,170); }
td.TdClassName
{
border-color: #3281AA;
}
.TagClassName
{
border-color: #3281AA;
}
</style>