Shades of Curious Blue #3387BA
Tints of Curious Blue #3387BA
RGB
CMYK
RGB Variations
Color information
#3387BA (or 0x3387BA) is known color: Curious Blue. HEX triplet: 33, 87 and BA. RGB value is (51,135,186). Sum of RGB (Red+Green+Blue) = 51+135+186=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3387BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387BA is #CC7845. Grayscale: #737373. Windows color (decimal): -13400134 or 12224307. OLE color: 12224307.
HSL color Cylindrical-coordinate representation of color #3387BA: hue angle of 202.67º degrees, saturation: 0.57, 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 #3387BA is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 135 | 186 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.27 |
| HSL | 202.67º | 0.57% | 0.46% | - |
| HSV(B) | 202.67º | 0.73% | 0.73% | - |
| XYZ | 18.89 | 21.58 | 49.62 | - |
| YUV | 115.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 186 | 0.73 | 0.27 | 0 | 0.27 | 202.67 | 0.57 | 0.46 |
| Hex | 33 | 87 | BA | 49 | 1B | 0 | 1B | CB | 39 | 2E |
| Octal | 63 | 207 | 272 | 111 | 33 | 0 | 33 | 313 | 71 | 56 |
| Binary | 110011 | 10000111 | 10111010 | 1001001 | 11011 | 0 | 11011 | 11001011 | 111001 | 101110 |
Color Harmonies of #3387BA
Complementary color
Monochromatic Colors of #3387BA
Black with #3387BA
Text Example
Text Example
White with #3387BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3387BA; }
p { color: rgb(51,135,186); }
H1.HeaderClassName
{
color: #3387BA;
}
.AnyTagClassName
{
color: #3387BA;
}
</style>
background-color css
<style>
a { background-color: #3387BA; }
a { background-color: rgb(51,135,186); }
div.DivClassName
{
background-color: #3387BA;
}
.BgClassName
{
background-color: #3387BA;
}
</style>
border-color css
<style>
span { border-color: #3387BA; }
span { border-color: rgb(51,135,186); }
td.TdClassName
{
border-color: #3387BA;
}
.TagClassName
{
border-color: #3387BA;
}
</style>