Shades of Curious Blue #3280AD
Tints of Curious Blue #3280AD
RGB
CMYK
RGB Variations
Color information
#3280AD (or 0x3280AD) is known color: Curious Blue. HEX triplet: 32, 80 and AD. RGB value is (50,128,173). Sum of RGB (Red+Green+Blue) = 50+128+173=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #3280AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3280AD is #CD7F52. Grayscale: #6D6D6D. Windows color (decimal): -13467475 or 11370546. OLE color: 11370546.
HSL color Cylindrical-coordinate representation of color #3280AD: hue angle of 201.95º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3280AD is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 128 | 173 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.32 |
| HSL | 201.95º | 0.55% | 0.44% | - |
| HSV(B) | 201.95º | 0.71% | 0.68% | - |
| XYZ | 16.58 | 19.13 | 42.35 | - |
| YUV | 109.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 173 | 0.71 | 0.26 | 0 | 0.32 | 201.95 | 0.55 | 0.44 |
| Hex | 32 | 80 | AD | 47 | 1A | 0 | 20 | CA | 37 | 2C |
| Octal | 62 | 200 | 255 | 107 | 32 | 0 | 40 | 312 | 67 | 54 |
| Binary | 110010 | 10000000 | 10101101 | 1000111 | 11010 | 0 | 100000 | 11001010 | 110111 | 101100 |
Color Harmonies of #3280AD
Complementary color
Monochromatic Colors of #3280AD
Black with #3280AD
Text Example
Text Example
White with #3280AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3280AD; }
p { color: rgb(50,128,173); }
H1.HeaderClassName
{
color: #3280AD;
}
.AnyTagClassName
{
color: #3280AD;
}
</style>
background-color css
<style>
a { background-color: #3280AD; }
a { background-color: rgb(50,128,173); }
div.DivClassName
{
background-color: #3280AD;
}
.BgClassName
{
background-color: #3280AD;
}
</style>
border-color css
<style>
span { border-color: #3280AD; }
span { border-color: rgb(50,128,173); }
td.TdClassName
{
border-color: #3280AD;
}
.TagClassName
{
border-color: #3280AD;
}
</style>