Shades of Curious Blue #3280B8
Tints of Curious Blue #3280B8
RGB
CMYK
RGB Variations
Color information
#3280B8 (or 0x3280B8) is known color: Curious Blue. HEX triplet: 32, 80 and B8. RGB value is (50,128,184). Sum of RGB (Red+Green+Blue) = 50+128+184=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #3280B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3280B8 is #CD7F47. Grayscale: #6E6E6E. Windows color (decimal): -13467464 or 12091442. OLE color: 12091442.
HSL color Cylindrical-coordinate representation of color #3280B8: hue angle of 205.07º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3280B8 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 128 | 184 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.28 |
| HSL | 205.07º | 0.57% | 0.46% | - |
| HSV(B) | 205.07º | 0.73% | 0.72% | - |
| XYZ | 17.69 | 19.58 | 48.19 | - |
| YUV | 111.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 184 | 0.73 | 0.30 | 0 | 0.28 | 205.07 | 0.57 | 0.46 |
| Hex | 32 | 80 | B8 | 49 | 1E | 0 | 1C | CD | 39 | 2E |
| Octal | 62 | 200 | 270 | 111 | 36 | 0 | 34 | 315 | 71 | 56 |
| Binary | 110010 | 10000000 | 10111000 | 1001001 | 11110 | 0 | 11100 | 11001101 | 111001 | 101110 |
Color Harmonies of #3280B8
Complementary color
Monochromatic Colors of #3280B8
Black with #3280B8
Text Example
Text Example
White with #3280B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3280B8; }
p { color: rgb(50,128,184); }
H1.HeaderClassName
{
color: #3280B8;
}
.AnyTagClassName
{
color: #3280B8;
}
</style>
background-color css
<style>
a { background-color: #3280B8; }
a { background-color: rgb(50,128,184); }
div.DivClassName
{
background-color: #3280B8;
}
.BgClassName
{
background-color: #3280B8;
}
</style>
border-color css
<style>
span { border-color: #3280B8; }
span { border-color: rgb(50,128,184); }
td.TdClassName
{
border-color: #3280B8;
}
.TagClassName
{
border-color: #3280B8;
}
</style>