Shades of Curious Blue #3275BB
Tints of Curious Blue #3275BB
RGB
CMYK
RGB Variations
Color information
#3275BB (or 0x3275BB) is known color: Curious Blue. HEX triplet: 32, 75 and BB. RGB value is (50,117,187). Sum of RGB (Red+Green+Blue) = 50+117+187=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #3275BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275BB is #CD8A44. Grayscale: #686868. Windows color (decimal): -13470277 or 12285234. OLE color: 12285234.
HSL color Cylindrical-coordinate representation of color #3275BB: hue angle of 210.66º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3275BB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 117 | 187 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.27 |
| HSL | 210.66º | 0.58% | 0.46% | - |
| HSV(B) | 210.66º | 0.73% | 0.73% | - |
| XYZ | 16.65 | 16.99 | 49.42 | - |
| YUV | 104.95 | 174.3 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 187 | 0.73 | 0.37 | 0 | 0.27 | 210.66 | 0.58 | 0.46 |
| Hex | 32 | 75 | BB | 49 | 25 | 0 | 1B | D3 | 3A | 2E |
| Octal | 62 | 165 | 273 | 111 | 45 | 0 | 33 | 323 | 72 | 56 |
| Binary | 110010 | 1110101 | 10111011 | 1001001 | 100101 | 0 | 11011 | 11010011 | 111010 | 101110 |
Color Harmonies of #3275BB
Complementary color
Monochromatic Colors of #3275BB
Black with #3275BB
Text Example
Text Example
White with #3275BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3275BB; }
p { color: rgb(50,117,187); }
H1.HeaderClassName
{
color: #3275BB;
}
.AnyTagClassName
{
color: #3275BB;
}
</style>
background-color css
<style>
a { background-color: #3275BB; }
a { background-color: rgb(50,117,187); }
div.DivClassName
{
background-color: #3275BB;
}
.BgClassName
{
background-color: #3275BB;
}
</style>
border-color css
<style>
span { border-color: #3275BB; }
span { border-color: rgb(50,117,187); }
td.TdClassName
{
border-color: #3275BB;
}
.TagClassName
{
border-color: #3275BB;
}
</style>