Shades of Curious Blue #3287B1
Tints of Curious Blue #3287B1
RGB
CMYK
RGB Variations
Color information
#3287B1 (or 0x3287B1) is known color: Curious Blue. HEX triplet: 32, 87 and B1. RGB value is (50,135,177). Sum of RGB (Red+Green+Blue) = 50+135+177=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #3287B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3287B1 is #CD784E. Grayscale: #727272. Windows color (decimal): -13465679 or 11634482. OLE color: 11634482.
HSL color Cylindrical-coordinate representation of color #3287B1: hue angle of 199.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3287B1 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 135 | 177 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.31 |
| HSL | 199.84º | 0.56% | 0.45% | - |
| HSV(B) | 199.84º | 0.72% | 0.69% | - |
| XYZ | 17.92 | 21.18 | 44.74 | - |
| YUV | 114.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 177 | 0.72 | 0.24 | 0 | 0.31 | 199.84 | 0.56 | 0.45 |
| Hex | 32 | 87 | B1 | 48 | 18 | 0 | 1F | C8 | 38 | 2D |
| Octal | 62 | 207 | 261 | 110 | 30 | 0 | 37 | 310 | 70 | 55 |
| Binary | 110010 | 10000111 | 10110001 | 1001000 | 11000 | 0 | 11111 | 11001000 | 111000 | 101101 |
Color Harmonies of #3287B1
Complementary color
Monochromatic Colors of #3287B1
Black with #3287B1
Text Example
Text Example
White with #3287B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3287B1; }
p { color: rgb(50,135,177); }
H1.HeaderClassName
{
color: #3287B1;
}
.AnyTagClassName
{
color: #3287B1;
}
</style>
background-color css
<style>
a { background-color: #3287B1; }
a { background-color: rgb(50,135,177); }
div.DivClassName
{
background-color: #3287B1;
}
.BgClassName
{
background-color: #3287B1;
}
</style>
border-color css
<style>
span { border-color: #3287B1; }
span { border-color: rgb(50,135,177); }
td.TdClassName
{
border-color: #3287B1;
}
.TagClassName
{
border-color: #3287B1;
}
</style>